@import url("font-awesome.min.css");			/* Product zoom  */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
	font-family:'UTMAvo';
	src: url('../fonts/UTMAvo_gdi.eot');
	src: url('../fonts/UTMAvo_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/UTMAvo_gdi.woff') format('woff'),
		url('../fonts/UTMAvo_gdi.ttf') format('truetype'),
		url('../fonts/UTMAvo_gdi.otf') format('opentype'),
		url('../fonts/UTMAvo_gdi.svg#UTMAvo-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2026;
}

/*
@font-face {
	font-family:'UTMAvo';
	src: url('../fonts/UTMAvoBold_gdi.eot');
	src: url('../fonts/UTMAvoBold_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/UTMAvoBold_gdi.woff') format('woff'),
		url('../fonts/UTMAvoBold_gdi.ttf') format('truetype'),
		url('../fonts/UTMAvoBold_gdi.otf') format('opentype'),
		url('../fonts/UTMAvoBold_gdi.svg#UTMAvoBold-Regular') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2026;
}
*/

@font-face {
    font-family: 'UTMAvo';
	src: url('../fonts/UTM AvoBold.eot');
	src: local('☺'), url('../fonts/UTM AvoBold.woff') format('woff'), url('../fonts/UTM AvoBold.ttf') format('truetype'), url('../fonts/UTM AvoBold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family:'UTMAvo';
	src: url('../fonts/UTMAvo-Italic_gdi.eot');
	src: url('../fonts/UTMAvo-Italic_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/UTMAvo-Italic_gdi.woff') format('woff'),
		url('../fonts/UTMAvo-Italic_gdi.ttf') format('truetype'),
		url('../fonts/UTMAvo-Italic_gdi.otf') format('opentype'),
		url('../fonts/UTMAvo-Italic_gdi.svg#UTMAvo-Italic') format('svg');
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-2026;
}



/* =============================================================== */
/* FOUNDATION
/* =============================================================== */
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
a {
	color: #005d55;
	text-decoration: none;
	outline: none !important;
   -moz-transition: all .2s ease-in;
   -webkit-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   transition: all .2s ease-in;
}
a:hover, a:focus {
	text-decoration: none;
	cursor: pointer;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #34495E;

    font: normal 13px/21px 'UTMAvo';
	position: relative;
	background: #fff;
}
/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding-bottom: 15px;
}
h1 {
	font-size: 30px;
	line-height: 35px;
}
h2 {
	font-size: 24px;
	line-height: 28px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
}
h4 {
	font-size: 17px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 12px;
	line-height: 20px;
}
p{margin-bottom: 5px}
p.lead {
	font-size: 13px;
	line-height: 1.4;
	border-style: solid;
	border-color:  #e6e6e6;
	border-width: 0 1px;
	background-color: #f9f9f9;
	color: #333333;text-transform: uppercase;
	margin: 0;padding: 10px 15px;
	font-weight: 400;
}

.border-title {
	border-bottom: 1px solid #CECECE;
	margin: 0 0 15px;
	padding: 10px 0 10px;
}
label{font-weight: normal !important;}
/* Helper class */
.error,sup {
	color: red;
}
.section-block {
	margin-bottom: 30px;
}
.underline {
	text-decoration: underline;
}
.relative {
	position: relative;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-margin-right {
	margin-right: 0;
}
.no-margin-left {
	margin-left: 0;
}
.no-margin-top {
	margin-top: 0;
}
.no-margin-bottom {
	margin-bottom: 0;
}
.no-border {
	border:  none !important;
}
.width100, .w100 {
	width: 100%;
}
.width50, .w50 {
	width: 100%;
	display: block;
}

.float-right {
	float: right;
}
.float-left {
	float: left;
}
.float-none{float: none}
.globalPadding {
	padding: 0 26px;
}
.globalPaddingTop {
	padding-top: 16px;
}
.globalPaddingBottom {
	padding-bottom: 16px;
}
.globalPaddingRight {
    padding-bottom: 16px;
}
.text-bold{font-weight: bold}
.text-italic{font-style: italic}
.hr2 {
	border-width: 2px;
	border-color: #DDDDDD;
}
.hr3 {
	border-width: 4px;
	border-color: #DDDDDD;
}
ul.list-dot li {
	list-style: inside disc;
}
ul.list-number li {
	list-style: inside decimal;
}
ul.list {
	list-style: disc;
	padding-left: 40px;
}
ul.list ul {
	list-style: circle;
	padding-left: 40px;
}
ul.list-check {
	list-style: none;
}
ul.list-border li {
	border-bottom: 1px solid #E0EDED;
	display: block;
	padding: 10px 15px;
}
ul.list-border li:hover {
	background: #ebebeb;
}
.transitionfx {
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
}
.btn-primary{
    background-color: #3e8043;
    border-bottom: 4px solid #004741;
}
.container-full{width: 100%;position: relative}
.bg-info {
    background-color: #f1f1f1;
}
.bg-warning{
    background-color: #071d4c;
}
.bg-primary{background-color: #f3f2f2}
.border_box{height: 570px}

.navbar-i4sn{background-color: #fff}

.navbar-top{background-color: #071d4c;min-height: 45px;height: 45px;border: none;}
.navbars-i4sn{background: #19387b;height: 114px;border-top:1px solid #066259}
.logo{padding: 0px 15px !important}
.logo img{width: 160px;padding: 15px 0}
.navbar-default .navbar-nav > li > a{color:#fff !important;}
.navbar-top .navbar-nav > li > a,.form-search  .navbar-nav > li a{padding: 0 ;color:#fff;font-size: 14px}
.navbar-top .navbar-nav > li > a:hover,.navbar-top .navbar-nav > li.active > a{color: #00aeef}
.navbar-top .navbar-nav > li,.form-search  .navbar-nav > li{padding-left: 20px;float:left}
.navbar-top .navbar-nav > li:first-child{padding-left: 0}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{color: #fff;background-color: transparent}


.form-search  .navbar-nav > li{height: auto !important;border: none !important}
.form-search  .navbar-nav > li a{line-height: 20px !important}
.form-search  .navbar-nav > li > a:hover,.form-search  .navbar-nav > .active > a,.form-search  .navbar-nav > .active,.form-search  .navbar-nav >li:hover{color: #00aeef !important;background-color: transparent !important}

.navbars-i4sn .col-lg-3{padding-top: 40px;padding-bottom: 40px}

.navbar-sn{background-color: #3e8043;border-radius: 0;width: 100%;position: relative;top:0;z-index: 999}
.navbar-sn .navbar-nav > li{border-left: 1px solid #4e4e4e;padding: 0 6.8px;height: 55px;text-align: center;display: flex;
    align-items: center;}
.navbar-sn .navbar-nav > li:last-child{border-right: 1px solid #4e4e4e}
.navbar-sn .navbar-nav > li > a{font-size: 15px;width: 122.9px;line-height: 55px; padding: 0}
.navbar-sn .navbar-nav > .active ,.navbar-sn .navbar-nav li:hover{background-color: #3c3c3c;color:#fff}

.navbar-toggle {
    background: none repeat scroll 0 0 #3c3c3c;
    float: left;
    margin: 0 10px;
    border-color: #4e4e4e !important;
    border-style: none solid none solid;
    border-width: 0 1px 0 1px;
    padding: 8px 12px;
    border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar{background-color: #fff}
.navbar-header .form-search{display: none;padding: 7px 15px}

.dropdown-menu {
    border-radius: 0;
    background-color: #dedede;
    left: 9px;
    top: 47px;
}
.dropdown-menu > ul > li > a{color:#333;padding: 5px 15px;display: inline-block}
.dropdown-menu > ul > li.active a,.dropdown-menu > ul > li > a:hover{background-color: transparent;color: #005d55}


.form-search .btn {background-color: #3e8043;border: 1px solid #3e8043;font-size: 15px;color: #fff}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.fr-order a{color: #fff}
.fr-order {background: url("../images/bg-order.png") no-repeat left center;height: 113px;color:#fff;font-size: 13px;padding-left: 98px}
.fr-order p:first-child{font-size: 24px;font-weight: 700}

.block-support {color: #fff;font-weight: bold;font-size: 14px;padding: 15px 0}
.block-support a{color: #fff}
.block-support .bg-info{background-color: #f4f4f4;border: 1px solid #dadada;border-radius: 3px;font: normal 12px arial, sans-serif;color:#000;width: 216px;padding: 10px 10px 5px}
.block-support .bg-info span{color:#d31102; font-weight: bold}
.block-support ._phone{margin-left: 20px}


.block-title-home span{background-color:#f1f1f1;color: #2b1d14;padding: 0 14px 8px;border-bottom: none;font-weight: 500}
.block-title h3,.block-title h1,.block-title h2{font-size: 26px;font-weight: bold;color:#005d55;border-bottom: 2px solid #e7e7e7;line-height: 24px;position: relative}
.block-title h3:after,.block-title h1:after,.block-title h2:after{content: "";
    border-bottom: 3px solid #ffaa01;
    display: block;
    width: 130px;
    position: absolute;
    bottom: -2px;}
.block-title-home h3:after{
	border-bottom: none 
}	
.block-product .row{margin-left: -2px;margin-right: -2px}
.block-product .row .col-xs-6{padding-left: 2px;padding-right: 2px}
.block-product .thumbnail{border-radius: 0;border-color: transparent;position: relative;overflow: hidden;border-width: 2px}
.block-product .thumbnail:hover{border: 2px solid #dedede}
.block-product .thumbnail h3{font-size: 15px;color:#000;height: 100px;overflow: hidden}
.block-product .thumbnail .btn{width: 100%;border-radius: 0;background-color: #19387b;color:#fff;font-size: 17.5px;font-weight: bold;border-color: #19387b}
.block-product .thumbnail .btn span{font-size: 13px; font-weight: normal}

#owl-news .item{padding: 0 15px;float: left}
#owl-news .img-thumbnail{border-radius:0;border: none;width: 100%;text-align: center}
#owl-news h3{font-size: 14px;padding: 5px 0 0;line-height: 15px}
#owl-news h3 a{color: #333}
#owl-news h3 a:hover{color: #005ca5}
#owl-news .btn{font-size: 12px; padding: 0;border: none;color:#666}

.breadcrumb {
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
}
.breadcrumb div {
    float: left;
}
.breadcrumb div a {
    color: #8b8a8a;
    font-size: 12px;
    margin-right: 5px;
}
.breadcrumb div:last-child span {
    color: #005d55;
}
.breadcrumb > div + div::before {
    color: #ccc;
    content: "";
    font: 14px/1 FontAwesome;
    padding: 0 5px;
}
.paging {overflow:hidden; text-align:center; font-size:12px;padding:15px 0 2px}
.paging a {overflow:hidden; background:#fff; color:#000; line-height:18px; text-align:center; border: 1px solid #cccccc;
    padding:2px 6px; text-decoration:none;margin:0 2px; display:inline}
.paging  a:hover, .paging  a.active {background:#005d55; color:#fff; text-decoration:none;border: 1px solid #005d55;}
.detail img{display: block;
    height: auto;
    max-width: 100%;}
.detail ul{list-style: inside}
.detail-product *{font-family: 'Roboto', sans-serif;}
.detail-product h1{font-size: 20px;color: #000;padding-bottom: 0;line-height: 25px}
.detail-product .code{font-size: 14px;color: #005d55}
.detail-product .price{padding: 10px 0;border-bottom: 2px solid #f3f2f2;font-size: 14px;color: #333;margin-bottom: 10px}

.detail-product .price strong{font-size: 24px;color: #ffaa01}
label.select-mask {
    display: inline-block;
    margin: 0;
    position: relative;
}
label.select-mask select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    line-height: 16px;
    outline: medium none;
    padding: 5px 6px;
    background-color: #fff;
    border: 1px solid #bbb;
    width: 202px;

}
label.select-mask::after {
    color: #666;
    content: "";
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 14px;
    padding: 4px 6px;
    pointer-events: none;
    position: absolute;
    right: 6px;
    top: 1px;
}
label.select-mask::before {
    content: "";
    display: block;
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 28px;
}

.btn-order{background-color: #005d55;display: inline-block;color: #fff;padding-right: 8px}
.btn-order:hover{color: #fff}
.btn-order .btn{-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #004741;
    border-color: transparent #fff transparent transparent;
    border-image: none;
    border-radius: 0;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    color: #fff;
    margin-right: 10px;}

.product-content{margin-top: 20px;padding: 10px 15px;font-family: arial, sans-serif}
.product-content span{font-size: 14px;font-weight: bold;color:#666}
.product-content p *{font-size: 12px;color:#ccc}
.product-content p a{color: #ffaa01;font-weight: bold;}
.product-content p span{color: #005d55}

.block-wish .table-bordered > thead > tr > th {background-color: #efefef;border-color: #efefef;border-bottom-width:1px}
.block-wish .table-bordered > tbody > tr > td ,.table-bordered{border-color: #efefef;color:#333333;font-size: 12px}
.block-wish .fa{font-size: 20px}
.block-pay *{color:#333}

.block-advice h3{font-size: 30px;color:#fff;padding: 15px 20px;line-height: 45px;font-weight: bold}
.block-advice p{font-size: 14px;color: #fff;padding: 20px}
.block-advice ul li{background: url("../images/diy-button-bg.png") no-repeat left center; width: 131px;height: 52px;display: inline-block;
    list-style: outside none none;
    margin: 10px 5px 0 0;
    padding: 16px 18px 13px 14px;
    position: relative;text-align: center}
.block-advice ul li a{font-size: 18px;color: #fff;display: inline-block}

.footer  h3{font: normal 13px arial, sans-serif;color: #fff;padding-bottom: 0;border-left: 5px solid #00aeef;margin-bottom: 10px;padding-left: 10px;text-transform: uppercase}
.footer a,.footer{color: #cccccc;font: normal 13px arial}
.footer a:hover{color:#00aeef}

.footer .block ul li a{display: inline-block;padding-top: 10px}

.social a{font-size: 30px;color:#666666}
.social img{height: 42px}
.copyright{background: #eef2fe;color: #010d41;font-size: 12px}
.copyright span{display: block; padding: 27px 10px;}
.label-hot-1 {
    background-color: transparent;
    border-right: 46px solid transparent;
    border-top: 46px solid transparent;
    height: 0;
    width: 0;
display: block;
    position: absolute;
    text-align: center;
    transition: opacity 0.2s ease 0s;
    z-index: 99;
    left: -48px;
    top: -19px;
}
.label-hot-1 b {
    line-height: 10px;
    position: absolute;
    text-transform: uppercase;
    transform: rotate(-50deg);
    white-space: nowrap;
    z-index: 10;

    background: green none repeat scroll 0 0;
    color: white;
    padding: 10px 50px;
}
.detail_product .globalPaddingTop{padding: 0 !important}