/* top */
#headertop {
	background:#005a63;
	height: 37px;
}

#headertop .left {
	line-height: 37px;
	color: #fff;
}

#headertop .left a {
	color: #fff;
	margin: 0 3px;
	text-transform: uppercase !important;
}

#headertop .top-header {
	height: 37px;
	font-family: OpenSans;
	font-size: 13px;
}

#headertop .right {
	color: #fff;
	line-height: 37px;
}

#headertop .hotline .icon {
	margin-right: 9px;
}

#headertop .hotline a {
	color: #fff;
}
#top {
	padding: 1px 0px 1px 0;
	margin: 0 0;
	height: 37px;
	background: #ffbd11;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none!important;
	background: transparent;
}
.list-inline .dropdown li a {
	color:#333!important;
}
.list-inline .dropdown:hover {
	background:#333!important;	
}
.list-inline .dropdown li:hover {
	background:#333;	
}
#top .btn-link:hover, #top-links a:hover {
	color: #fde09a;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
	display:none;
}
#top-links a + a {
	margin-left: 15px;
}
.nav-menu > li:first-child {
    background: none;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px){
.nav-menu > li:first-child {
    background: none;
}
}
.nav-menu > li {
    background: url(../image/line-menu-top.png) no-repeat;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px){
.nav-menu > li {
    background: url(../image/line-menu-top.png) no-repeat;
}
}
.certificate-title {
    font-family: OpenSans_SemiBold;
    font-size: 13px;
    color: #005a63;
    text-transform: uppercase;
}
.certificate-description {
    font-family: OpenSans_SemiBold;
    font-size: 14px;
    color: #005a63;
}
 .text-cart {
    font-family: OpenSans;
    font-size: 13px;
    color: #005a63;
	padding-top:20px;
}
#banner-bottom {
	min-height: 215px;
	padding-top: 47px;
	background: #f0f0f0;
	padding-bottom: 20px;
}

#banner-bottom .col-md-4 {
	margin-bottom: 16px;
}

#banner-bottom .col-md-4>div {
	margin-bottom: 19px;
}

#banner-bottom .col-md-4 h5 {
	font-family: OpenSans_Bold;
	color: #ffbd11;
	font-size: 20px;
	margin-bottom: 5px;
}

#banner-bottom .col-md-4 .eng-sub {
	font-family: OpenSans_Bold;
	font-size: 15px;
	color: #222222;
	margin-bottom: 8px;
}

#banner-bottom .col-md-4 .banner-bottom-description {
	font-family: OpenSans;
	font-size: 15px;
	color: #222222;
	margin-bottom: 0;
}
#product {
	/*min-height: 1038px;*/
	padding: 40px 0px 0px 0px;
}

#product #catalog-product {
	margin-bottom: 16px;
}

#product #catalog-product .col-md-4 {
	/*max-width: 370px;*/
	margin-bottom: 20px;
	overflow: hidden;
}
#product #catalog-product .col-md-4 img {
	width:100%
}

#product #catalog-product .col-md-4.mouse-in img, #product #catalog-product .d-flex:hover img {
	/*box-shadow: 0 0 10px 2px gray;*/
	transition: 0.4s;
	transform: scale(1.2);
}

#product #catalog-product .catalog-product-name {
	display: inline-block;
	width: calc(97% - 18px);
	height: 56px;
	background: rgba(0,0,0, 0.3);
	position: absolute;
	bottom: 9px;
	text-align:center;
}

#product #catalog-product .catalog-product-name:hover {
	transform: scale(1.04);
	transition: 0.4s;
}

#product #catalog-product .catalog-product-name a {
	font-family: OpenSans_Bold;
	color: #ffbd11;
	font-size: 20px;
	line-height: 56px;
	text-align: center;
	text-transform: uppercase !important;
}

#product #featured-product h5 {
	font-family: OpenSans_SemiBold;
	color: #070707;
	font-size: 20px;
	margin-bottom: 30px;
}

#product #featured-product .product {
	margin-bottom: 50px;
}

#product #featured-product img {
	width: 100%;
}

#product #featured-product .sale-icon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #ff0000;
	font-family: OpenSans_SemiBold;
	color: #fff;
	font-size: 10px;
	line-height: 45px;
	position: absolute;
	top: 11px;
	right: 27px;
}

#product #featured-product h6 {
	font-family: OpenSans_SemiBold;
	color: #070707;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 27px;
	height:28px;
}
#product #featured-product div.stars {
  display: inline-block;
}
 
#product #featured-product label.star {
  float: right;
  padding: 0 1px;
  font-size: 11px;
  color: #bdbdbd;
}
 
#product #featured-product label.star.value:before, #product #featured-product label.star.value ~ label.star:before {
  content: '\f005';
  color: #FD4;
}
 
#product #featured-product label.star:before {
  content: '\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#product #featured-product .sale-price {
	color: #f00;
	font-family: OpenSans;
	font-size: 15px;
	line-height: 21px;
	margin-right: 11px;
}

#product #featured-product .original-price {
	color: #a8a7a7;
	font-family: OpenSans;
	font-size: 15px;
	line-height: 21px;
}

#product #featured-product .order {
	width: 83px;
	height: 28px;
	border-radius: 14px;
	background: #005a63;
	font-family: OpenSans_SemiBold;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
	margin-bottom: 10px;
}
.float-right {
    float: right!important;
}
.text-center {
    text-align: center!important;
}
.fa-stack-2x{font-size: 1em; color:#FD4;}
.fa-stack {
    width: 1em;
}
#policy {
	padding: 34px 40px 33px 40px;
	background: #f0f0f0;
}

#policy .col-md-6 {
	padding: 11px 10px;
}

#policy .col-md-6>a>div {
	height: 99px;
	width: 100%;
	border: 1px solid #222222;
	border-radius: 3px;
	font-family: OpenSans_SemiBold;
	font-size: 18px;
	color: #222222;
	text-align:left;
	padding-top: 15px;
	padding-left:30px;
	font-weight:bold;
	
}
#policy .col-md-6>a>div:hover {
	background: #fde09a;
	color:#000;
}

#policy .col-md-6 img {
	margin-right: 18px;
}
#news {
	padding: 15px 35px 0 35px;
}


#news h5 {
	font-family: OpenSans_Bold;
	font-size: 18px;
	color: #000;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 24px;
}

#news img {
	margin-bottom: 22px;
}

#news h6 {
	font-family: OpenSans_SemiBold;
	font-size: 14px;
	color: #333;
	line-height: 16px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

#news p {
	font-family: OpenSans;
	font-size: 13px;
	color: #333;
	line-height: 16px;
	margin-bottom: 21px;
}

#news a {
	font-family: OpenSans;
	font-size: 13px;
	color: #4285f4;
	line-height: 16px;
	padding-bottom: 20px;
}
 #partner {
	height: 205px;
	background: #ebebeb;
	padding: 35px;
}

#partner h5 {
	font-family: OpenSans_Bold;
	font-size: 18px;
	color: #000;
	padding-left: 15px;
	margin-bottom: 24px;
}

#partner #owl-partner {
	/*max-width: 100%;*/
	padding: 0 62px;
	margin: auto;
}

#partner .item-partner {
	margin: 0 10px;
	width: auto !important;
	padding: 11px;
	height: 88px;
	/*width: 192px !important	;*/
	background: #fff;
}

#partner .item-partner img {
	width: auto !important;
	height: 73px !important	;
	margin-left:auto;
	margin-right:auto;
}

#partner .owl-nav button.owl-prev {
	color: #edd34c;
	position: absolute;
	top: 75%;
	left: 15px;
	transform: translateY(-75%);
	outline: none !important;
}

#partner .owl-nav button.owl-next {
	color: #edd34c;
	position: absolute;
	top: 75%;
	right: 15px;
	transform: translateY(-75%);
	outline: none !important;
}

#partner .owl-nav .owl-prev span:before {
	color: #bdbdbd;
	font-size: 24px;
	line-height: 34px;
	border: 2px solid #bdbdbd;
	display: inline-block;
	width: 38px;
	height: 38px;
}

#partner .owl-nav .owl-next span:before {
	color: #bdbdbd;
	font-size: 24px;
	line-height: 34px;
	border: 2px solid #bdbdbd;
	display: inline-block;
	width: 38px;
	height: 38px;
}

#partner .owl-dot {
	display: none;
}
.line-header{ 
   width: 90%;
   border-bottom: 1px dashed black;
   margin-left:7px;
}
#search .form-control{
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
}
/*BREADCRUMB*/

#breadcrumb .container-fluid {
	padding: 0 35px;
}
#breadcrumb ol.breadcrumb {
	background: transparent;
	padding: 15px 0 19px 0;
	font-family: OpenSans;
	font-size: 13px;
	margin: 0;
}

#breadcrumb ol.breadcrumb li {
	padding: 0 5px;
}

#breadcrumb ol.breadcrumb li a {
	color: #000;
}
.snest_policy_group {
	border: 2px solid #ececec;
	padding: 10px;
	margin-bottom: 15px;
}

.snest_policy_grouph4 {
	font-family: OpenSans_Bold;
	font-size: 18px;
	color: #f49807;
	text-transform: uppercase;
	margin-top: 3px;
	margin-left: 16px;
	margin-bottom: 30px;
}

.snest_policy_group .nest_policy {
	border-bottom: 1px solid #ececec;
}

.snest_policy_group .nest_policy:last-child {
	border-bottom: none;
}

.snest_policy_group .nest_policy .col-11, .snest_policy_group .nest_policy .col-1 {
	padding: 0;
}

.snest_policy_group .nest_policy .row {
	margin-top: 20px;
}

.snest_policy_group .nest_policy .row img {
	vertical-align: top;
}

.snest_policy_group .nest_policy .row p {
	font-family: OpenSans;
	font-size: 13px;
	color: #000;
}

.snest_policy_group .nest_policy.special .row p {
	color: #ed1c24;
}

.product_detail h1 {
	font-family: OpenSans_Bold;
	font-size: 20px;
	color: #000;
	line-height: 23px;
	margin-bottom: 23px;
}

.product_detail h5 {
	font-family: OpenSans_Bold;
	font-size: 15px;
	margin-bottom: 21px;
}

.product_detail h5.product_sale_price {
	color: #fd0303;
}

.product_detail span {
	font-family: OpenSans;
	font-size: 15px;
	margin-bottom: 21px;
}

.product_detail span.code {
	font-family: OpenSans_SemiBold;
}

.product_detail span.product_original_price {
	text-decoration-line: line-through;
	text-decoration-color: #666;
	font-size: 14px;
}

.product_detail .qty_group input {
	width: 100%;
	font-family: OpenSans;
	font-size: 15px;
	border:none;
	outline: none;
}

.product_detail .qty_group button {
	background: none;
	border:none;
	outline: none;
	font-family: OpenSans;
	font-size: 15px;
	margin-bottom: 21px;
}

.product_detail span.percent_discount {
	color: #fc0000;
	font-size: 14px;
}

.product_detail .btn-block {
	width: 90%;
	margin-bottom: 11px;
}

.product_detail .phone_group {
	font-family: OpenSans_SemiBold;
	vertical-align: bottom;
	margin-bottom: 15px;
}

.product_detail .phone_group img {
	vertical-align: unset;
}

.product_detail .number_phone {
	color: #00aeef;
	font-size: 22px;
}
.d-inline-block {
    display: inline-block!important;
}
.column1{width: 15%; float:left}
.column2{width: 85%; float:left}
/*RATELATED PRODUCT*/
.related_product>.row>.col-12 {
	margin-bottom: 55px;
}

.related_product h6 {
	font-family: OpenSans_Bold;
	font-size: 15px;
	color: #000;
	margin-bottom: 31px;
}
.related_product img {
	margin-bottom: 15px;
}

.related_product p {
	font-family: OpenSans_SemiBold;
	font-size: 14px;
	color: #070707;
	margin-bottom: 24px;
}

.related_product .price_original {
	font-family: OpenSans;
	font-size: 13px;
	color: #a8a7a7;
	padding-left: 0;
}

.related_product .price_sale {
	font-family: OpenSans_Bold;
	font-size: 17px;
	color: #ff0000;
	padding-left: 0;
	margin-bottom: 15px;
}

.related_product .order {
	width: 83px;
	height: 28px;
	border-radius: 14px;
	background: #005a63;
	font-family: OpenSans_SemiBold;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
	/*margin-bottom: 10px;*/
}

main .d-inline-flex {
    display: inline-flex;
}
main .position-relative {
    position: relative !important;
}
main p, main h4 {
    height: auto !important;
}
main .pr-0 {
    padding-right: 0;
}
main .d-flex {
    display: flex;
}
main .d-inline-flex {
    display: inline-flex;
}
main .flex-column {
    display: flex !important;
    flex-direction: column !important;
}
main .flex-row-reverse {
    display: inline-flex !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
main .justify-content-center {
    justify-content: center;
    position: relative;
}
main .justify-content-between {
    justify-content: space-between;
}
main .align-items-center {
    align-items: center;
}
/*.d-none {
    display: none;
}*/
main .w-100 {
    width: 100%;
}

.m-auto {
    margin: auto;
}

/*FOOTER*/
footer #partner {
	height: 205px;
	background: #ebebeb;
	padding: 35px;
}

footer #partner h5 {
	font-family: OpenSans_Bold;
	font-size: 18px;
	color: #000;
	padding-left: 15px;
	margin-bottom: 24px;
}

footer #partner #owl-partner {
	padding: 0 62px;
	margin: auto;
}

footer #partner .item-partner {
	margin: 0 10px;
	width: auto !important;
	padding: 11px;
	height: 88px;
	background: #fff;
}

footer #partner .item-partner img {
	width: auto !important;
	height: auto !important	;
}

footer #partner .owl-nav button.owl-prev {
	color: #ebebeb;
	background: #ebebeb;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-75%);
	outline: none !important;
}

footer #partner .owl-nav button.owl-next {
	color: #ebebeb;
	background: #ebebeb;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-75%);
	outline: none !important;
}

footer #partner .owl-nav .owl-prev span:before {
	content: "\f053";
	font-family: 'Font Awesome 5 Bold';
	color: #bdbdbd;
	font-size: 24px;
	line-height: 34px;
	border: 2px solid #bdbdbd;
	display: inline-block;
	width: 38px;
	height: 38px;
}

footer #partner .owl-nav .owl-next span:before {
	content: "\f054";
	font-family: 'Font Awesome 5 Bold';
	color: #bdbdbd;
	font-size: 24px;
	line-height: 34px;
	border: 2px solid #bdbdbd;
	display: inline-block;
	width: 38px;
	height: 38px;
}

footer #partner .owl-dot {
	display: none;
}

footer #footer {
	min-height: 309px;
	background: #005a63;
	padding: 35px;
}

footer #footer h5 {
	margin-top: 25px;
	font-family: OpenSans_Bold;
	font-size: 15px;
	color: #fde09a;
	line-height: 19px;
	margin-bottom: 21px;
	text-transform: uppercase;
}

footer #footer h6 {
	margin-top: 25px;
	font-family: OpenSans_SemiBold;
	font-size: 14px;
	color:  #fde09a;
	line-height: 16px;
	margin-bottom: 22px;
	text-transform: uppercase;
}

footer #footer p, footer #footer p a {
	font-family: OpenSans;
	font-size: 14px;
	color: #fde09a;
	line-height: 16px;
	margin-bottom: 19px;
}

footer #footer svg {
	margin-right: 13px;
}

footer #footer div>a>svg {
	margin: 24px 15px;
	font-size: 15px;
	color:  #fde09a;
	line-height: 16px;
}

footer #footer iframe {
	width: 340px;
	height: 170px;
	border: none;
	overflow: hidden;
	background: #fff;
}

footer #copyright {
	border-top: 1px solid #fff799;
	min-height: 58px;
	background: #005a63;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

footer #copyright .copyright {
	line-height: 20px;
	font-family: OpenSans;
	font-size: 14px;
	color: #ffbd11;
	height: auto;
	margin-bottom: 0;
}

footer a.to-top {
	display: block;
	background-color: #fde09a;
	width:44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	position: fixed;
	right:40px;
	bottom:20px;
	font-size:20px;
	color:white;
	border-radius: 5px;
}
.social {margin-top: 30px;margin-bottom:20px;}
.social i{font-size: 20px; padding-left:0px; padding-right: 25px;}
.about_us{
	padding: 0 35px 86px 35px;
    background: url(../image/banner_introduction.png);
    background-size: cover;
    background-position: 100% 50%;
}
.titleh4
{	font-family: OpenSans_Bold;
    font-size: 34px;
    color: #f49807;
    line-height: 39px;
    margin-top: 55px;
    margin-bottom: 15px;
}
.lineabout
{
    width: 80%;
    border-bottom: 4px solid black;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:41px;
}
p.text-justify {
    font-family: OpenSans;
    font-size: 24px;
    color: #000;
    line-height: 34px;
    margin-bottom: 47px;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.text-center {
    text-align: center!important;
}
.bg-light {
    background-color: #f8f9fa!important;
}

.descritionabout{	
}
.columnabout1{    
	width: 36.5%;
    float: left;
}
.columnabout2{
	width: 5%;
    float: left;
}
.columnabout3{
	width: 58.5%;
    float: left;
}
.cleardiv{clear:both;}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 26.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width:26.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 26.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 26.5%;
        float: left;
    }
}
.col-xs-5ths2,
.col-sm-5ths2,
.col-md-5ths2,
.col-lg-5ths2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths2 {
    width: 10%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths2 {
        width: 10%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths2 {
        width: 10%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths2 {
        width: 10%;
        float: left;
    }
}
/*column2*/
.col-xs-5ths3,
.col-sm-5ths3,
.col-md-5ths3,
.col-lg-5ths3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths3 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths3 {
        width:20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths3 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths3 {
        width: 20%;
        float: left;
    }
}
.col-xs-5ths32,
.col-sm-5ths32,
.col-md-5ths32,
.col-lg-5ths32 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths32 {
    width: 6.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths32 {
        width: 6.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths32 {
        width: 6.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths32 {
        width: 6.5%;
        float: left;
    }
}
/*end*/
.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.text-center {
    font-family: OpenSans_SemiBold;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
}
.plr{padding-left:0px;padding-right:0px;}
.paddimage{padding-top:60px;}
.paddimage2{padding-top:120px;}
.paddimage3{padding-top:20px;text-align:center;}
.text_below {
    margin-top: 16px;
    margin-bottom: 42px;
}
.imgaabouth{height:280px;}
/*BASE*/
#base .container-fluid {
	padding: 0 35px;
	background: #ececec;
}

#base h6 {
	left: 22px;
	bottom: 11px;
	font-family: OpenSans_Bold;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
}

#base .col-lg-3 {
	margin-bottom: 30px;
}

#base .img_container {
	overflow: hidden;
}

#base .img_container img {
	transition: 0.3s;
}

#base .img_container:hover img {
	transform: scale(1.5);
}
#base .owl-nav {
	display: none;
}
.position-absolute {
    position: absolute!important;
}
.text-white {
    color: #fff!important;
}
/*TOPOGRAPHIC*/
#topographic .container-fluid {
	padding: 0 35px;
}

#topographic .col-lg-3 {
	margin-bottom: 25px;
}

#topographic p {
	font-family: OpenSans;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 1px;
	margin-bottom: 45px;
}
#topographic .owl-nav {
	display: none;
}
@media (min-width: 992px){
.float-lg-left {
    float: left!important;
}
}
.related_product p {
    font-family: OpenSans_SemiBold;
    font-size: 14px;
	line-height: 28px;
    margin-bottom: 7px;
}
.related_product p a {
	color:#333;
}
/*BANNER INTRODUCTION 2*/
main .text-light {
    color: #fff;
}

main #banner_introduction_2 .container-fluid {
    padding: 0 35px;
    min-height: 566px;
    background: url("../image/banner_introduction_2.png");
    background-size: cover;
    background-position: 100% 50%;
}

main .container-fluid .title, main .container-fluid .title .line {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

main .container-fluid .title {
    margin-bottom: 41px;
}

main .container-fluid .title h4 {
    font-family: OpenSans_Bold;
    font-size: 34px;
    color: #f49807;
    line-height: 39px;
    margin-top: 55px;
    margin-bottom: 15px;
}

main .container-fluid .line {
    width: 90%;
    border-bottom: 4px solid black;
}

main #banner_introduction_2 .container-fluid p {
    margin-top: 40px;
    font-family: OpenSans;
    font-size: 24px;
    line-height: 39px;
}

/*COMPANY'S VALUE*/
main #company_value .container-fluid {
    padding: 0 35px;
}

main #company_value .container-fluid>.row {
    margin-bottom: 50px;
}

main #company_value .container-fluid h5 {
    font-family: OpenSans_Bold;
    font-size: 30px;
    color: #00aeef;
    margin-top: 11px;
    margin-bottom: 35px;
}

main #company_value .container-fluid p {
    font-family: OpenSans;
    font-size: 15px;
    color: #000;
    line-height: 22px
}

/*TIMELINES*/
main #timelines .container-fluid {
    padding: 35px;
    background: #000;
}

main #timelines .container-fluid h4 {
    font-family: OpenSans_Bold;
    font-size: 34px;
    color: #f49807;
    margin-bottom: 20px;
}

main #timelines .container-fluid>h4 {
    margin-bottom: 47px;
}

main #timelines .container-fluid .timeline {
    max-width: 1000px;
    border-bottom: 1px solid #fff;
    padding-top: 28px;
    padding-bottom: 28px;
}

main #timelines .container-fluid .col-12:last-child .timeline {
    border-bottom: none;
}

main #timelines .container-fluid .timeline h6 {
    font-family: OpenSans_Bold;
    font-size: 14px;
    margin-bottom: 12px;
}

main #timelines .container-fluid .timeline p {
    font-family: OpenSans;
    font-size: 34px;
    font-size: 13px;
    line-height: 15px;
}

/*IMPRESSION*/
main #impression .container-fluid {
    padding: 35px;
}

main #impression .container-fluid h4 {
    font-family: OpenSans_Bold;
    font-size: 34px;
    color: #f49807;
}

main #impression .container-fluid p {
    font-family: OpenSans;
    font-size: 24px;
    color: #000;
    line-height: 34px;
    white-space: pre-line;
    margin-bottom: 40px;
}

main #impression .container-fluid .img {
    max-width: 1147px;
}

main #impression .container-fluid img {
    width: 100%;
}

/*RESPONSIVE CỦA MÌNH*/
@media (min-width: 992px) {
    .d-md-block {
        display: block;
    }
    main .p-md-0 {
        padding: 0;
    }
    main .text-md-left {
        text-align: left;
    }

    main .d-md-flex {
        display: flex;
    }

    main .d-md-none {
        display: none;
    }
}

/*CART CSS*/
.cart_button {
    display: block !important;
    width: 100%;
    border:none;
    outline: none;
    background: transparent !important;
    /*padding-bottom: 10px;*/
}

.cart_button img {
    display: inline;
}

#cart ul.dropdown-menu li {
    background: #fff;
}

#cart-total {
     color: #337ab7 !important;
}

#cart > ul {
    width: 400px;
	padding:10px;
}

#cart img {
    padding-right: unset !important;
}

#cart strong {
    display: unset;
}

/*#banner-bottom {
    height: 100% !important;
}*/

/*QTY GROUP TRONG TRANG SẢN PHẨM*/
.qty_group button {
        line-height: 7px !important;
        margin-bottom: unset !important ;
}

.qty_group .col-xs-3 {
    /*position: relative;
    top: 50%;*/
    transform: translateY(50%);
}

.qty_group input.qty {
    background: transparent !important;
}

@media (min-width: 1200px) {
    .d-lg-flex, .d-xl-flex, main .d-lg-flex, main .d-xl-flex {
        display: flex;
    }

    main .d-xl-none {
        display: none;
    }

    main .d-lg-none {
        display: none;
    }

    main .pr-lg-5 {
        padding-right: 5%;
    }
    main .d-lg-flex {
        display: flex;
    }
    main .text-lg-center {
        text-align: center;
    }
}

/*BANNER INTRODUCTION*/
main #banner_introduction .container-fluid {
    padding: 0 35px 86px 35px;
    background: url("../image/banner_introduction.png");
    background-size: cover;
    background-position: 100% 50%;
}

main #banner_introduction p.text-justify {
    font-family: OpenSans;
    font-size: 24px;
    color: #000;
    line-height: 34px;
    margin-bottom: 47px;
}

main #banner_introduction .m_top {
    margin-top: 10px;
}

main #banner_introduction .text_below {
    margin-top: 16px;
    margin-bottom: 42px;
}

main #banner_introduction .d-flex p.text-center {
    font-family: OpenSans_SemiBold;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
}

main #banner_introduction .d-flex .mt_75 {
    margin-top: 75px;
}

main #banner_introduction .owl-carousel p.text-center {
    padding: 0 1px;
}

main #banner_introduction .owl-nav button.owl-prev, main #banner_introduction .owl-nav button.owl-next {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 2px solid #9a9a9a;
    font-size: 24px;
    line-height: 34px;
    color: #9a9a9a;
    outline: none !important;
}

main #banner_introduction .owl-nav button.owl-prev:hover, main #banner_introduction .owl-nav button.owl-next:hover {
    background: unset;
}

main #banner_introduction .owl-dot {
    display: none;
}

/*BASE*/
main #base .container-fluid {
    padding: 0 35px;
    background: #ececec;
}

main #base h6 {
    left: 22px;
    bottom: 11px;
    font-family: OpenSans_Bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
}

main #base .col-lg-3 {
    margin-bottom: 30px;
}

main #base .img_container {
    overflow: hidden;
}

main #base .img_container img {
    transition: 0.3s;
}

main #base .img_container:hover img {
    transform: scale(1.5);
}

main #base .owl-nav {
    display: none;
}

/*TOPOGRAPHIC*/
main #topographic .container-fluid {
    padding: 0 35px;
}

main #topographic .col-lg-3 {
    margin-bottom: 25px;
}

main #topographic p {
    font-family: OpenSans;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

main #topographic .owl-nav {
    display: none;
}

/*CSS TRANG ĐĂNG KÝ BỔ SUNG THEO KIMBAOWARE*/
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

h1 {
	font-size: 33px;
	line-height: 1.6 !important;
	color: #444;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	font-family: sans-serif;
}

p {
	margin: 0 0 10px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /*color: #666;
    font-size: 12px;*/
    line-height: 20px;
}

legend {
	font-size: 18px;
    padding: 7px 0px;
    color: #f09916!important;
}

label {
    font-size: 12px !important;
    font-weight: normal !important;
}

input:focus {
	background: #fff !important;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}

input.form-control {
	background: unset !important;
}

.buttons input[type='submit'] {
	margin-bottom: 15px;
	outline: unset !important;
}

.buttons input[type='submit']:focus {
	background: #f09916 !important;
	border: none;
	opacity: .5;
}

/*CSS QUICKCHECKOUT*/
#quickcheckoutconfirm>span {
	color: #666;
}

.quickcheckout-heading {
	font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
    text-align: left;
}

.quickcheckout-content {
    border: 1px solid #dddddd;
    padding: 10px;
    overflow: auto;
    color: #555555;
    margin-bottom: 10px;
}

.quickcheckout-content p {
	margin: 0 0 10px;
}

#cart1 .quickcheckout-content {
	border: none;
    padding: 0px;
}

tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color: #666B85;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgb(255 255 255 / 10%);
}

tr:first-child {
    border-top: none;
}

tr:last-child {
    border-bottom: none;
}

td {
    background: #FFFFFF;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 13px;
    border: 1px solid #C1C3D1;
}

tr:nth-child(odd) td {
    /*background: #efefef;*/
}

tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

table.quickcheckout-cart {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #DDDDDD;
}

.quickcheckout-cart thead td {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    color: #4D4D4D;
    font-weight: bold;
    text-align: left;
    padding: 7px;
}

.quickcheckout-cart td.image {
    width: 10%;
    text-align: center;
}
.quickcheckout-cart td.quantity input {
	background: #fff !important;
}

#terms .quickcheckout-content {
	border: unset;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	select:focus, textarea:focus, input:focus {
	    font-size: 16px;
	    background: #fff !important;
	}
}

/*CSS product_info TRONG TRANG PRODUCT*/
.product_info .description, main .product_info .usage {
	white-space: pre-line;
	font-family: OpenSans;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}

/*CSS NÚT LOGIN*/
.btn.btn-primary {
	background: #005a63;
	outline: none !important;
}

.btn.btn-primary:hover {
	background: #f09916;
}

input[type='submit']:focus {
	background: #f09916 !important;
	opacity: 0.7;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{color:#333; text-transform:uppercase;font-weight:bold;}
.nav-tabs>li>a {color:#333; text-transform:uppercase;font-weight:bold;}

input[type='text'] {
	min-width: 36px;
}