
@keyframes "load" {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }
@-webkit-keyframes "load" {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg); } }
.load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999999999999; }
  .load img {
    position: absolute;
    width: 100px;
    top: 50%;
    left: 50%;
    animation-name: load;
    -webkit-animation-name: load;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; }

@font-face {
  font-family: 'helvetica';
  src:    url('../fonts/helvetica.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'helvetica-Light';
  src:    url('../fonts/HelveticaNeue-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-Bold';
  src:    url('../fonts/helvetica-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UVNBenXuan_R';
  src:    url('../fonts/UVNBenXuan_R.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}


a.btn-right {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    background: #f7f7f7;
}
ul.submenu-left {
    padding: 0;
    width: 100%;
}
ul.submenu-left li{
  padding:3px 10px;
  position: relative;
}
ul.submenu-left li:hover{
  background: #e8f2f7;
}
li.list-group-item {
    padding: 0;
}
a.itemmenu1 {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 10px;
}
a.itemmenu1:hover {
    background: #8fc5e1;
}

ul.submenu-left-2 {
    display: none;
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    width: 320px;
    background: #e8f2f7;
    z-index: 9999;
    transition: .8s;
}

a.btn-right-2 {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    background: transparent;
    font-size: 10px;
    color: #333;
}
ul.submenu-left li:hover .submenu-left-2{
  display: block;
}

ul.submenu-left-2>a{
    height: 30px;
    line-height: 30px;
    position: relative;
    display: block;
}

body{
    /*font-family:"helvetica", sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/    
    font-family:"time new roman";
}

.clearfix {
  clear: both;
}
.clearfix::after, .clearfix::before {
    content: '';
    display: table;
    clear: both;
    width: 100%;
    height: 1px;
}
@media (min-width: 1200px){
  .hidden-lg {
      display: none!important;
  }
}
@media (max-width: 1199px) and (min-width: 992px){
  .hidden-md {
      display: none!important;
  }
}
@media (max-width: 991px) and (min-width: 768px){
  .hidden-sm {
      display: none!important;
  }
}
@media (max-width: 767px){
  .hidden-xs {
      display: none!important;
  }
}
.bdbt{
	border-bottom: 1px solid #e1e1e1;
}
.wd100{
	width: 100%;
}
.h50px{height: 50px;}
.pd0 {padding: 0;}
.pd1{ padding: 1px;}
.pd10{padding: 10px;}
.pd15{padding: 15px;}
.pd20{padding: 20px;}
.pd30{padding: 30px;}

.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt50 { padding-top: 50px; }

.pdb20{ padding-bottom:20px;}

.pdtb10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pdtb15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.pdtb20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pdtb30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pdtb40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pdtb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.pdtlr5 {
  padding-left: 5px;
  padding-right: 5px; }

.pdlr10 {
  padding-left: 10px;
  padding-right: 10px; }

.pdlr15 {
  padding-left: 15px;
  padding-right: 15px; }

.pdlr20 {
  padding-left: 20px;
  padding-right: 20px; }

/*margin-------------*/
.mg0 { margin: 0;}
.mg10{ margin: 10px;}
.mg15{ margin: 15px;}
.mg20{ margin: 20px;}
.mg30{ margin: 30px;}

.mgt10 {
  margin-top: 10px; }

.mgt20 {
  margin-top: 20px; }

.mgt30 {
  margin-top: 30px; }

.mgt40 {
  margin-top: 40px; }

.mgt50 {
  margin-top: 50px; }

.mgbt10 {
  margin-bottom: 10px; }

.mgbt15 {
  margin-bottom: 15px; }

.mgbt20 {
  margin-bottom: 20px; }

.mgbt30 {
  margin-bottom: 30px; }

.mgbt40 {
  margin-bottom: 40px; }

.mgbt45 {
  margin-bottom: 45px; }

.mgbt50 {
  margin-bottom: 50px; }

.mgtb10{
	margin-top: 10px;
	margin-bottom:10px;
}
.mgtb20{
	margin-top:20px;
	margin-bottom:20px;
}
.mgtb30{
	margin-top: 30px;
	margin-bottom:30px;
}
.mgtb40{
	margin-top: 40px;
	margin-bottom:40px;
}
.mgtb50{
	margin-top: 50px;
	margin-bottom:60px;
}
.dpblock{
	display: block;
}

::-moz-selection {
  color: #fff;
  background: #00baff; }

::selection {
  color: #fff;
  background: #00baff;}

a {
  color: #0d4c92;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: inherit; }
  a:focus {
    text-decoration: none;
    color: inherit; }

.uppercase {
  text-transform: uppercase; }

.white {
  color: #fff; }
.black { color: #292b2c; }
.red {
  color: red; }

.bg-white {
  background: #fff; }

.box {
  position: relative;
  display: block; }

.div {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }

img.responsive {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

img.scaledown {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down; }

img.contain {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

#goTop {
  bottom: 10px;
  color: #FFFFFF;
  display: none;
  font-weight: bold;
  opacity: 0.6;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 45px;
  z-index: 5; }
  #goTop .go_top {
    border-radius: 20px;
    cursor: pointer;
    display: block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    background: #76cdf3; }
  #goTop:hover {
    opacity: 1; }

.clr {
    clear: both;
}
.mauto {
    margin: 0 auto;
}
.title-item-home {
    position: relative;
    display: block;
    font-size: 1.3rem;
    text-align: center;
    /*background: rgba(169, 221, 244, 0.2);*/
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}
.title-item-home a {
    color: #3c403c;
    font-size: 0.9rem;
    font-weight: bold;
}
.title-item-home:hover a {
    color: #f12728;
}
.box-price-item-home {
    text-align: center;
    padding-bottom: 5px;
}
.box-price-item-home p {
    font-size: 0.9rem;
    margin: 0;
}

header {
    background: #fff;
    padding: 12px 15px;
    transition: 0.4s;
}
.header.f-nav {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #fff;
    padding: 2px 12px;
    -webkit-box-shadow: 0 1px 4px rgba(153, 153, 153, 0.39);
    box-shadow: 0 1px 4px rgba(153, 153, 153, 0.39);
}
.header.f-nav .main_menu a {
    color: #666;
    font-weight: bold;
}
.header.f-nav .main_menu a:hover {
    color: #ff0000;
}
ul.list-menu-c1 {
    display: flex;
}
.rightfix {
    position: fixed;
    top: 120px;
    right: 50px;
    z-index: 99;
    /* max-width: 200px; */
    
    width: 50px;
    display: inline-block;
}
.rightfix img {
    float: right;
}
.rightfix a {
    clear: both;
    margin-bottom: 10px;
    display: block;
    transition: 0.3s;
    height: 50px;
}
.rightfix a:hover + span {
    opacity: 1;
    right: 100%;
}
.rightfix span {
    transition: 0.3s;
    display: inline-block;
    background: rgba(0, 0, 0, 0.49);
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 13px;
    color: #fff;
    float: right;
    margin-right: 15px;
    margin-top: 14px;
    opacity: 0;
    position: absolute;
    right: 100%;
    white-space: nowrap;
    transition: 0.5s;
    right: 200%;
}
.main_menu {
    float: right;
    padding: 22px 0 10px;
}
.main_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main_menu a {
    color: #333333;
    font-size: 13px;
    display: block;
    padding: 6px 10px;
    font-weight: 700;
    transition: 0.3s;
}
.main_menu a:hover {
    color: #326f7b;
}
.main_menu .hotline {
    font-weight: 600;
}
.main_menu .hotline a {
    padding: 0;
}
.main_menu li {
    float: left;
    /*font-family: Roboto;*/
}

.main_menu>ul>li>a:hover{
  color: #ff0000 !important;
}
.logo {
    float: left;
    text-align: center;
    width: 100%;
}
.logo img {
    height: 60px;
    transition: 0.3s;
}
.hotline {
    background: url(../images/icondt3.png) 10px center no-repeat;
    border: 1px solid #ffc8c8;
    border-radius: 20px;
    padding: 2px 15px 2px 35px;
    font-size: 13px;
    margin: 2px 0;
    margin-left: 15px;
    color: #ffffff;
    background-size: 20px 20px;
}

.main_menu > ul > li{
  position: relative;
}

.main_menu > ul > li > ul{
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.59);
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0;
  transition: 0.5s; 
}

.main_menu > ul > li:hover > ul{

  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 1;
  z-index: 9;
}
.main_menu > ul > li > ul a{
    color: #fff !important;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 300;
    padding: 3px 30px 3px 15px;
}

.main_menu > ul > li > ul a:hover{
    color: #ff0000 !important;
}


.main_menu  li li{

  position: relative;
  width: 100%;
  padding: 3px 30px 3px 15px;

}

.main_menu  li li >  a{

  padding:0!important;
  
}

.main_menu  li li ul{
  position:absolute;
  left: 100%;
  background-color: rgba(0, 0, 0, 0.59);
  top:-15px;
  border-left: 1px solid #fff;
  transition: 0.5s;
  display: none;
  
  padding-top: 15px;
  padding-bottom: 15px;
}

.main_menu  li li:hover ul{
  display: block;
}

.main_menu  li li i{

    color: #fff;
    position: absolute;
    top: 3px;
    right: 13px;
}

.main_menu  li li li {

       padding: 3px 15px 3px 15px !important;
}

.main_menu  li li li a{

    border-bottom: 1px solid #fff;
}

.main_menu  li li li a{
    padding: 3px 15px 3px 15px !important;
    border-bottom: 1px solid rgba(112, 112, 112, 0.73);
    padding-bottom: 5px !important;
}

.main_menu  li li li:last-child a{
    border-bottom: none !important;
}

.fix-bot{
    position: fixed;
    z-index: 999;
    bottom: 0px;
    width: 100%;
    box-shadow: 1px -2px 1px rgba(204, 204, 204, 0.7);
}

@media screen and (max-width: 991px){
    .header{
        display: none;
    }
    .menu-mobile{
        display: block;
    }
}

/*start-home*/
.header-logo img {
    max-height: 90px;
}
.top-bar .nav li + li {
    border-left: 1px solid #dcdcdc;
}
.top-bar .navbar ul li{
	font-size:0.75rem;
    padding: 0 0.9375rem;
}
.top-bar .navbar ul li a{
	color: #e1e1e1;
	text-decoration: none;
	padding:0.9375rem;
}
.top-bar{
	background-color: #252525;
}
.social-top .fa-1-5x{
	font-size: 1rem;
}
.social-top a{
	color: #e1e1e1;
	padding: 0 0.3125rem;
}
.social-top a:hover{
	color: #999;
}
.navbar{
	padding:0;
}
.nav-pills, .social-top{
	height: 1.25rem;
    line-height: 1.3125rem;
    margin: 5px 0;
}
.social-content{
	width: 44.1%
}
.title-widget .sale{
    background-color: #ff9900;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 10px;
    text-transform: uppercase;
    color: white;
    width: 65px;
    float: left;
}
.text-sale h3 a{
	text-transform: uppercase;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
.text-sale h3 a:hover{
	text-decoration: none;

}
.wpSale{
    padding: 0 15px;
    margin: 0 auto;
    max-width: 400px;
}

.sale-price{
    padding: 10px;
    background-color: #ff9900;
    position: absolute;
    color: white;
    top: 5px;
    right: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 2
}
.sale-price span{
	font-size: 20px;
	font-weight: bold;

}
.header-main{
	background: rgba(249,249,249,1);
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(235,235,235,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,249,249,1)), color-stop(100%, rgba(235,235,235,1)));
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(235,235,235,1) 100%);
	background: -o-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(235,235,235,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(235,235,235,1) 100%);
	background: linear-gradient(to bottom, rgba(249,249,249,1) 0%, rgba(235,235,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ebebeb', GradientType=0 );
}
.header-main .dropdown-toggle{
	border: none;
}
.dropdown-menu>li>a{
	display: block;
    padding: 3px 1.25rem;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.searchbox{
	padding: 0.9347rem;
}
.header-main{
	padding: 1.25rem;
}
.widget-hotline span{
	display: block;
}
.widget-hotline .text-hotline{
	font-size: 1.75rem;
	font-weight: bold;
	text-transform: uppercase;
}
.widget-hotline .number-hotline{
	font-size: 1.3375rem;
	color: #d20000;
	margin:-0.625rem 0 0 ;
}
.widget-hotline .number-hotline a{
    color: #d20000;
    text-decoration: none;
}
.horizontal-menu-wrapper{
	background: url(../images/background-menu.png);
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 0.9347rem 0;
}
 
.main-nav .nav li + li {
    border-left: 1px solid #dcdcdc;
}
.main-nav .nav ul li{
	font-size:0.75rem;
}

.main-nav ul li a {
    color: #333;
    text-decoration: none;
    padding: 1.125rem;
    text-transform: uppercase;
}
.main-nav ul li a:hover{
	background-color: #333;
	color: white;
}
.head-buttom {
  padding: 1rem 0;
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
}
.head-buttom .box-mission{
	width: 12rem;
	height: 15.652rem;
	 margin:0 auto;
    position:relative;
}
.head-buttom .box-mission a img{
	 border-radius: 50%;
    width: 7.75rem;
    height: 7.75rem;
    text-align: center;
    margin:auto;
    position:absolute;
    top:0; left:0; right:0; bottom:0;
}
.head-buttom .box-mission a{
	background-image: url(../images/background-tnsm.png);
	display: block;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
	background: none;
}
.carousel-control-next-icon i{
	display: block;
}
#carouselExampleControls{
	position: relative;
}
.carousel-control-prev-icon{
	    left: -1.25rem;
    color:#888;
    position: absolute;
}
.carousel-control-next-icon{
	   right: -1.25rem;
    color:#888;
    position: absolute;
}
.carousel-control-prev-icon i, .carousel-control-next-icon{
	font-size: 2.813rem;

}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width:  3.125rem;
	height:  3.125rem;
}
.head-buttom .text-center{
	color: #666;
	text-transform: uppercase;
  font-weight: bold;
}
.head-buttom .text-center:hover{
	text-decoration: none;
	color: #333;
}
.bacground-gray{
	background-color: #f7f7f7;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
.wptitle{
	width: 100%;
}
.title-widget>h3{
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
  color: #00aeef;
}
.title-widget>h3>a{
  color: #00aeef;
}
.title-widget>h3>a:hover{
	text-decoration: none;
  color: #00baff;
}
.footer-widgets{
background-color: #181818;
}
.body-bottom{
	background: url(../images/background-form-register-email.jpg);
    background-size: cover;
}
.titleBottom>span{
	font-size: 2.75rem;
	color: #f9f9f9;
	display: block;
	text-align: center;
}
.titleBottom small{
	width: 84%;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #88898b;
}
.titleBottom small a{
	color: #f9f9f9;
}
.titleBottom small a:hover{
	text-decoration: none;
}

.titleBottom>span>a{
	color: #80c344;
}
.titleBottom>span>a:hover{
	text-decoration: none;
}
.button-Emailgt>button{
	background-color: #333;
	color: #f9f9f9;
}

.form-control{
	background-color: #f9f9f9;
}
.copyright{
	background: #F0F0F0;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    font-size: 0.8125rem;
    color: #888;
}
.align-center {
    text-align: center;
}
.copyright ul {
    margin: 0.625rem 0;
    font-style: normal;
    text-align: center;
}
.copyright ul li {
    position: relative;
    padding: 0 0.625rem;
    display: inline-block;
}
.copyright ul li:before {
    color: #b1b1b1;
    content: "|";
    font-weight: normal;
    position: absolute;
    left: -5px;
    top: 0;
}
.list-unstyled a {
    color: #888;
    text-transform: uppercase;
}
.list-unstyled a:hover{
	text-decoration: none;
}
.footer-widgets {
	/*color: #888;*/
  color: #e0e0e0;
	font-size:  0.8125rem;
}
.list-social li a{
	    display: block;
    width: 1.625rem;
    height:1.625rem;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    padding-left: 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.list-social{
	padding: 0;
}
.list-social li {
    display: inline-block;
    padding: 5px 2px;
}
.wp-crsbgr{
	background: #f9f9f9;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
footer .contact-us li {
    width: 100%;
    position: relative;
}
footer .contact-us li .fa {
    width: auto;
    height: 1.875rem;
    text-align: center;
    margin-right:  0.625rem;
    position: relative;
    z-index: 9;
    padding-left: 5px;
    top: 0.6875rem;
    left: 0;
    font-size: 0.875rem;
    color: #FFF;
    top: 0;
}
footer .contact-us li span {
    padding-left: 1.875rem;
    display: block;
}
footer .list-unstyled li {
    padding: 5px 0;
    height:  2.125rem;
}
footer .list-unstyled li:hover {
    color: #2BC8B3;
}
footer .list-unstyled li:last-child {
    border-bottom: none;
}
footer .contact-us li {
    width: 100%;
    position: relative;
}
footer .content-html {
    margin: 1.25rem 0;
}
footer .panel-title {
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 1.375rem;
    letter-spacing: 0.5px;
}
/*2-about----------------------------------------------*/
.wp-textabout strong{
	display: block;
}

.content-about .box-mission {
    width: 12rem;
    height: 15.652rem;
    margin: 0 auto;
    position: relative;
}
.content-about .text-center {
    color: #666;
    font-size: 0.875rem;
}
.content-about .box-mission a {
    background-image: url(../images/background-tnsm.png);
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.content-about .box-mission a img {
    border-radius: 50%;
    width: 7.75rem;
    height: 7.75rem;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.nav-head-bootom a{
	color: #888;
  display: block;
  padding: .5em 1em;
}
.nav-head-bootom li + li:after {
    content: '';
    border-color: transparent transparent #0589bc transparent;
	background: url(../images/nav-headbottom.png);
	width: 0.9375rem;
	height: 0.9375rem;
    display: block;
    float: left;
    margin: -21px -1.25rem 0px 0;
    background-repeat: no-repeat;
}
.nav-head-bootom{
	font-size: 12px;
  text-transform: uppercase;
}
.name-prd{
	font-size:1.125rem;
}
.name-prd a{
	color: #333;
	text-transform: uppercase;
  font-size: 1.35rem;
  transition: .6s;
}
.name-prd a:hover {
    color: #00aeef;
}
.name-prd p{
  margin-bottom: 0;
}
/*3-list-News========================================================*/
.caption h3{
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
}
.caption a {
    color: #292b2c;
}
.caption a:hover {
    text-decoration: none;
}
.caption p{
	font-size:0.875rem;
}
.caption .more a{
	font-style: italic;
	color: #333;
}

.nav-category-sb .titlesidebar-news, .prd-Featured h3{
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: bold;
}
.nav-category-sb .titlesidebar-news i, .prd-Featured h3 i {
	padding-right:0.625rem;

}
.nav-category-sb ul li a{
	color: #333;
}
.nav-category-sb ul i a:hover{
	text-decoration: underline !important;
}
.content-post {
    position: relative;
    display: block;
}
.content-post img {
    position: relative;
    display: block;
    max-width: 100%;
}
/*4-product-detail*/
.listInfo{
	padding: 0;
}
.listInfo li:after{
	content:"\f00c";
	display: block;
    top: 0;
    left: 100%;
	font-family: 'FontAwesome';
	float: left;
	padding-right: 0.625rem;

}
.title-prj{
	padding-right: 1.875rem;
}
.title-pro {
    padding-right: 1.275rem;
    text-align: center !important;
}

.btn-primary{
    background-color: #f00;
    background: orangered;
    cursor: pointer;
    border: 0;
    text-transform: uppercase;
    color: #fff;
}
.contect-prd span{
	display: block;
}
.btn-lgpdlr{
	padding: 0.9375rem 3.125rem;
}
.font-size-14{
	font-size: 14px;
}
.bgr-gray{
	background-color: #f4f4f4;
	width: 100%;
}
.preview-pic.tab-content img {
    width: 100%;
}
/*5-contact us*/
h4.heading {
    font-size: 1.25rem;
}
.contactHeading {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #ccc;
    margin-bottom: 25px;
}
.heading {
    margin-bottom: 1.25rem;
    margin-top: 0;
    line-height: 1;
    color: #222222;
    text-transform: uppercase;
}
.contactInfo .media-left {
    padding-right: 1.25rem;
}
.contactInfo .media-left i {
    width: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #FFF;
    background: #333333;
    font-size: 18px;
    border-radius: 100%;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contactForm{
	font-size: 14px;
}
.contactForm .form-control {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 1.25rem;
}
.contactForm textarea {
    resize: none;
    height: 160px;
}
.contact-info p {
    clear: both;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 8px;
    line-height: 1.3;
}
.ih-item.square{
	position: inherit !important;
    width: auto !important;
    height: auto !IMPORTANT;
    border: none !IMPORTANT;
    box-shadow: none !important;
}
.ih-item.square.effect13 .info {
    /* background: #333; */
    /*background: rgba(144, 0, 0, 0.8) !important;*/
    padding-top: 1.875rem !important;
    background: rgba(78, 132, 196, 0.5) !important;
}
.ih-item.square.effect13 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center !important;
    font-size: 17px;
    padding: 0px !important;
    background: none !important;
    margin: 30px 0 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
    height: 70px;
    width: 100%;
}
.info{
	padding-right: 0.9375rem;
    padding-left: 0.5375rem;
}
.info p{
font-size: 14px;
text-transform: uppercase;
font-style: inherit !important;
}
.ih-item.square.effect13 .info p {
    font-style: italic !important;
    font-size: 16px !important;
    position: relative;
    color: #fdfdfd !important;
    padding: 0!important;
    font-weight: bold;
    text-align: center !important;
    margin: 5px 0;
}
.button-moreid{
	padding: 0.55rem 1rem;
    font-size:  0.875rem;
    border-radius: 0.3rem;
    background-color: none !important;
    background: none !important;
    color: white;
    text-transform: uppercase;
        color: #bbb;
        margin-top:1.875rem;
}

@media (max-width: 767px){

  .title-item-home a {
      color: #3c403c;
      font-size: 1.04rem;
      font-weight: bold;
  }
  .title-pro {
    clear: both;
    float: none !important;
    text-align: left !important;
    margin-bottom: 10px;
  }
  .slide-pro-home .info {
    position: relative !important;
    display: block;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none !important;
    visibility: visible !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 100% !important;
    overflow: hidden;
  }
  .ih-item.square.effect13 .info {
    padding-top: 10px !important;
  }
  .slide-pro-home .info .title-pro {
    margin: 0 !important;
  }
  .ih-item.square.effect13 .info h3 {
    margin: 0 !important;
  }
}
/*=============================================*/

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 1.25rem; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 0.9375rem; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    /*width: auto;*/
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 3.125rem;
  background: #eee;
  padding: 3em;
  line-height: 1.5em;
  width: 100%; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 0.9375rem; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 0.625rem; }
  .size:first-of-type {
    margin-left: 2.5rem; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625rem;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 1.25rem; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }
.add-to-cart .fa {
    font-size: 21px;
  }
.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*# sourceMappingURL=style.css.map */

/*=================================================================================/*/
.bo-social-facebook {
    background: #3b5998;
}
.bo-social-skype {
    background: #18b7f1;
}
.bo-social-linkedin {
    background: #1b92bd;
}
.bo-social-youtube {
    background: #c4302b;
}
.bo-social-instagram {
    background: #4c799f;
}
.bo-social-twitter {
    background: #00bdec;
}
/*================responsive===============================*/
/*// Small devices (landscape phones, 576px and up*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width :  20rem) {



}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 30rem) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 48rem) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 62rem) {
    .navbar-brand{
    	display: none;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 75rem) {


}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 75rem) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 62rem) {
	.pdlr20{
    	padding-left: 1.25rem;
    	padding-right: 1.25rem;
    }
    /*.body-content img{
    	width: 100%
    }*/
    .carousel-control-next-icon{
         right: 0rem;
    }
    .carousel-control-prev-icon {
        left: 0rem;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width :  48rem) {
    .navbar-static-top{
    	display: none;
    }
    .header-logo{
    	text-align: center;
    }
    .main-nav ul li{
    	width: 100%;
    }
    .main-nav .nav{
    	display: block;
    	width: 100%;
    }
    .mobile-fluid{
    	width: 100%;
    }

    .widget-hotline span{
    	text-align: center !important;
    	margin: 0 auto;
    }

  .tab-content img {
    width: 100%;
    height: auto;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width :  30rem) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 20rem) {

}


/*AT-custom*/
::-moz-selection { /* Code for Firefox */
    color: teal;
    background: #ccc;
}

::selection {
    color: teal;
    background: #ccc;
}

.navbar-static-top li{
    color: #fff;
}

.slider {
  clear: both;
  float: none;
  position: relative;
  overflow: hidden;
}
.img.pc-inner {
    width: 100%;
    height: 12rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.pc-inner {
    width: 100%;
    height: 15.652rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.ih-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.pc-inner img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.box-item-pro{
    background: #fff;
    -webkit-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.15);
}
.box-item-pro:hover {
    -webkit-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.3);
}

.box-img-partner {
  width: 100%;
  height: 130px;
  position: relative;
  display: block;
  overflow: hidden;
}
.box-img-partner img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 0;
    font-size: 24px !important;
    font-weight: initial !important;
    border: 1px solid #ccc;
    color: #ccc !important;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 0;
    font-size: 24px !important;
    font-weight: initial !important;
    border: 1px solid #ccc;
    color: #ccc !important;
}
.owl-controls.clickable .owl-pagination{
    visibility: hidden;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background: rgba(0, 0, 0, 0.2) !important;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 767px){
  .owl-controls.clickable .owl-pagination{
    visibility: visible;
  }
}

.head-buttom .box-mission:hover a img {
    transform: rotateZ(-180deg);
    transition: 1s;
}
.head-buttom .box-mission:hover a {
    transform: rotateZ(180deg);
    transition: 1s;
}

.hidden {
  display: none;
}
.show-tel {
  display: block;
  transition: 0.6s;
}
.show-tel a {
  text-decoration: none;
  color: #fff;
}


.imgproduct {
    width: 100%;
    height: 15.652rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.imgproduct img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
h1.title-new {
    width: 100%;
    font-size: 1.75rem;
    line-height: 2.2rem;
}
h1.title-product{
    width: 100%;
    font-size: 1.75rem;
    line-height: 2.2rem;
}

.box-img-new {
    width: 100%;
    height: 12.652rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.box-img-new img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

/*pagin*/
.pagin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-bottom: 1rem;
}
.pagin strong {
    text-align: -webkit-match-parent;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    border: 1px solid #ddd;
    background-color: #eceeef;
    cursor: not-allowed;
}
.pagin a {
    text-align: -webkit-match-parent;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagin a:focus, .pagin a:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd;
}
.partner-item {
    
    position: relative;
    display: block;
    overflow: hidden;
}
#box-slide-5 {
    position: relative;
    display: block !important;
    display: -webkit-block !important;
    clear: both;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 580px){
        
    #box-slide-5 {
        max-width: 400px;
        width: 400px;
    }
    .box-img-partner img {
        width: 300px;
        height: 100%;
        object-fit: scale-down;
    }
    .owl-controls .owl-buttons {
        display: none;
    }
}

@media (max-width: 480px){
        
    #box-slide-5 {
        max-width: 300px;
    }
}


.box-effect {
  position: relative;display: block;overflow: hidden;
}
.box-effect::before {
    position: absolute;
    top: 0;
    left: -84%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.box-effect:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-ms-keyframes shine {
  100% {
    left: 125%; } }
@-moz-keyframes shine {
  100% {
    left: 125%; } }
@-webkit-keyframes shine {
  100% {
    left: 125%; } }

.box-new-home .new-info {
    position: relative;
    display: block;
    height: 170px;
    background: #fff;
    /*overflow: hidden;*/
    padding: 10px 15px;
    border: 1px solid #eeeeee;
    border-top: 2px solid #00aeef;
}
.new-info .title-new {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 21px;
    color: #213987;
}
span.time_new {
    position: absolute;
    display: inline-block;
    z-index: 9;
    background: #00aeef;
    top: -12px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
}
.ih-item.square.effect13.left_to_right .info {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
    transform: scale(2) !important;
}
.ih-item.square.effect13.left_to_right a:hover .info {
    /* -webkit-transform: translateX(0); */
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(1);
    transform: scale(1) !important;
}
.ih-item.square.effect13 a:hover .img {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}
.slogan_top {
    font-size: 18px;
    height: initial;
    text-align: center;
    font-weight: bold;
}
.bg-info {
}

.title2 { 
    color: #292b2c;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
}
.list-related .item-related .box-img{
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    display: block;
}
.list-related .item-related .title-item a{
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 16px;
    color: #0091c7;
    font-weight: bold;

}
.wp-prddetail .tab-content img {
    max-width: 100%;
    height: auto;
}
.wp-prddetail .tab-content table {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
}