@font-face{font-family:'robotocondensed-regular';src:url('fonts/robotocondensed-regular.eot');src:url('fonts/robotocondensed-regular.eot?#iefix') format('embedded-opentype'),
url('fonts/robotocondensed-regular.woff2') format('woff2'),
url('fonts/robotocondensed-regular.woff') format('woff'),
url('fonts/robotocondensed-regular.ttf') format('truetype'),
url('fonts/robotocondensed-regular.svg#svgFontName') format('svg');}
@font-face {
    font-family: 'uvn-ke-chuyen';
    src: url(fonts/uvn-ke-chuyen.eot);
    src: url(fonts/uvn-ke-chuyen.eot?#iefix) format("embedded-opentype"), url(fonts/uvn-ke-chuyen.woff2) format("woff2"), url(fonts/uvn-ke-chuyen.woff) format("woff"), url(fonts/uvn-ke-chuyen.ttf) format("truetype"), url(fonts/uvn-ke-chuyen.svg#svgFontName) format("svg");
}
/**********************************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
a,a:focus,a:hover{text-decoration:none;}
ol,
ul{list-style:none;}
*,:after,:before{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html{margin:0;padding:0;overflow-y:scroll;}
body{
	font-family:'robotocondensed-regular', Helvetica, sans-serif;
	font-size:15px;
	color:#212121;
	line-height:1.5;}
img{max-width:100%;height:auto;vertical-align: bottom;}
.wp-caption,
.aligncenter{
    background: #fff;
    max-width: 96%;
display:block;
    text-align: center;
    margin: 0.3em auto 0.5em auto;
}
ul li a:hover,
a:hover{transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;}
a, h1, h2, h3, h4, h5, h6{color: #1564c0;}
a{
	color: #039be5;
    -webkit-tap-highlight-color: transparent;
}
p {
    margin-bottom: 12px;
}
blockquote{text-align: center;
    font-size: 22px;
    color: #0000ff;
text-transform: uppercase;}
h1, .breadcrumb-title{font-size:26px;}
/** Chỉnh sửa **/
h2{
}
h3{
}
/** End Chỉnh sửa **/
h4{ 
}
h6{}
.container{
	width:1200px;
	margin:0 auto;
	display:block;
}
.wapper{
	display: flex;
}
.topbar{
	padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}

.topbar .logo a{
    margin: 0px 10px;
}
.topbar .container{
	align-items: center;
}
.topbar .container, #logo, ul.info-header, .social-header{
	display: flex;
}
h1.logo-title{
	padding-left: 10px; 
}
.topbar .logo-title {
    font-size: 22px;
    line-height: 60px;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
}
ul.info-header{
	margin: 0px 40px 0 auto;
}
ul.info-header li i{
	font-size: 48px;
	color: #039be5;
}
ul.info-header li i, .hotline{
	display: inline-block;
}
.hotline span{
	display: block;
	background: #214CBC;
	color: #fff;
    padding: 1px 12px;
    width: 70px;
    border-radius: 10px;
}
ul.info-header li{
	margin-left: 17px;
}
ul.info-header li a{
    color: #36348d;	
	font-size: 18px;
}
ul.info-header li a.smartobj{
	font-weight: bold;
    font-size: 20px;	
}
.social-header .a-social-header{}
.social-header .a-social-header a{
	color: #205AA5;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #ebebeb;
	border-radius: 8px;
	margin-left: 10px;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.metaslider {
    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100% !important;
}

nav.main-navigation,
#footer{
    background: #eee;
}
nav.main-navigation{
	height: 40px;
    line-height: 40px;
	display: block;
}
ul.nav-menu{
	display: flex;
}
ul.nav-menu li{
	position: relative;
}

ul.nav-menu > li > a{
	display: block;
    color: #212121;
    padding: 0 15px;
}
nav ul.nav-menu li.current-menu-item a,
ul.nav-menu li > a:hover,
ul.nav-menu li:hover > a {
    background-color: #1564c0;
	color: #fff;
}

ul.nav-menu > li > ul.sub-menu{
	opacity: 0;
	visibility: hidden;
	z-index:999;
	position: absolute;
	width: 200px;
    left: 0;
    list-style:none;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;	
}
ul.nav-menu > li > ul.sub-menu li{
	width: 100%;
}
ul.nav-menu > li > ul.sub-menu li a{
	padding: 8px 10px;
    width: 100%;
    display: block;
	line-height: 1.4;
}
ul.nav-menu > li:hover > ul.sub-menu{
	opacity: 1;
	visibility: visible;
}
ul.nav-menu > li > ul.sub-menu li a span.menu-image-title{
	
}

#slideshow{
	overflow: hidden;
}
#main-page{
	padding-bottom: 1em;
}
.white{
	background: #fff;
}
.floatbar nav, .floatbar nav a {
    font-weight: bold;
    padding: 5px 0px;
    text-transform: uppercase;
    color: #c3c3c3;
}
/**
 * Lợi ích
 **/
#loi-ich{
	padding: 60px 0;
}
.title-loi-ich{
	text-align:center;
	padding-bottom: 45px;
} 
.title-loi-ich h2{
    font-size: 35px;
}
.title-loi-ich span{
	font-size: 21px;
}
.wraper-box{
	display:flex;
	flex-wrap: wrap;
}
.wraper-box .box{
	width: 49%;
	display: inline-flex;
}
.wraper-box .box-01{}
.headline h3, .headline-box1 h3,
.headline-box2 h3, .headline-box3 h3, .headline-box4 h3{
	font-size:24px;
}
.headline-box1 h3, .headline-box2 h3, .headline-box3 h3, .headline-box4 h3{
padding-bottom: 15px;
}
/**
 * Lợi ích content chi tiết
 */
.loi-ich-detail{
padding-top:20px; text-align: justify;}
.headline span{
	font-size: 17px;
}
.wraper-box .box i{
	font-size: 50px;
	color: rgb(27, 16, 145);
	line-height: 2.0;
}
.headline-box1 h3 i, .headline-box2 h3 i,.headline-box3 h3 i,.headline-box4 h3 i{
color: #f00;
}
.wraper-box .box-01, .wraper-box .box-03{
	padding-right:30px;
}
.wraper-box .box-01{
	margin-bottom:30px;
}
.wraper-box .box-02, .wraper-box .box-04{
	padding-left:30px;
}
.wraper-box .box-02{
	margin-bottom:30px;
}
.wraper-box .box-01 .headline, .wraper-box .box-03 .headline{
	text-align:right;
	padding-right: 20px;
}
.wraper-box .box-02 .headline, .wraper-box .box-04 .headline{
	text-align:left;
	padding-left: 20px;
}

/**
 * End
 **/
/**
 * Why - Luu-y
 */
#why i, #luu-y i, .content-web i{
color: #00AB3D;
font-weight: bold;}
#luu-y ul li, #why ul li{
margin-bottom:5px;}
/**
 * End Why
 */
/**
 * Content text web
 */
.content-web{
	background: rgba(225,246,255,1);
	padding: 60px 0;
	font-size: 18px;
	color: #212121;
	text-align: justify;
 }
.content-web h2{
	padding-bottom:15px;
	    font-size: 30px;
}
/**
 * End
 */

#primary{
	width: 75%;
}
#secondary{
	width: 25%;
	padding-left: 23px;	
}
#secondary h4{
    font-size:15px;
}
.anton-popular-posts li {
    display: table;
    width: 100%;
    line-height: 1.3;
    padding: 5px 0 5px;
}
#secondary .anton-popular-posts li .view_left {
	width: 100px;
    padding: 3px;
    margin-right: 5px;
	border: 1px solid #DADADA;
}
.anton-popular-posts li .view_left {
    width: 100px;
    float: left;
    margin-right: 10px;
}
.anton-popular-posts li {
    display: table;
    width: 100%;
    line-height: 1.3;
    padding: 5px 0 5px;
}
.anton-popular-posts li .view_right h4.title_view {
    margin-bottom: 5px;
    font-size: 15px;
}
.meta-news {
    color: #aaa;
    font-size: 12px;
}
.meta{
	line-height: 2;
	font-size: 12px;
}
.single-content{
    color: #616161;
	text-align: justify;
}
.single-content ul,
.single-content ol,
.woocommerce-tabs ul,
.woocommerce-tabs ol{
   margin: 15px 0 15px 25px;
}

.single-content img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.single-content h2,
.term-description h2{
    font-size: 27px;
    line-height: 1.3;
    margin-top: 25px;
    margin-bottom: 15px;	
}
.single-content h3,
.term-description h3{
	font-size: 22px;
    line-height: 28px;
    margin-top: 22px;
    margin-bottom: 15px;
}
.single-content h4,
.term-description h4{
    margin: 10px 0;
}
.tags{
	clear: both;
	display: flow-root;
	margin: 10px 0;
}
.tags span.single-tags{
	background-color: #222222;
    padding: 6px 9px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 10px;
    float: left;
	font-size: 12px;
}
.tags a{
	display: block;
    float: left;
    border: 1px solid #ededed;
    margin-left: 4px;
    line-height: 8px;
    color: #111111;
    padding: 6px 10px;
	font-size: 12px;
}
.tags a:hover{
	background: #039be5;
	color: #fff;
}
ul.related-blog-detail li.related-list{
	width: 33.333%;
	display: inline-block;
	float: left;
	padding: 10px;
    min-height: 232px;	
}
ul.related-blog-detail li.related-list{}
h3.related-title{
	font-size: 15px;
    color: #22549d;
	margin: 5px 0;
}
.card-panel {
    transition: box-shadow 0.25s;
    padding: 20px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    /*background-color: #fff;*/
}
#media_image-2 h4.widget-title{
	text-align: center;
	font-size: 16px;
	color: #0000ff;
}
.card-panel,
.btn:hover,
.tax-product_cat #main-page > .container,
ul.nav-menu > li > ul.sub-menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#support_widget-2 span{
	font-size: 30px;
}
.inner-support span a{
	color: #1564C0;
	font-weight: bold;
}
.uu-dai{
	margin-top: 0.5rem;
}
.btn, .btn-large {
    text-decoration: none;
    /*color: #fff;*/
    background-color: #1564c0;
    text-align: center;
    letter-spacing: 0.5px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
}
.btn, .btn-large, .btn-flat {
    border: none;
    border-radius: 2px;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
.trigger .btn {
    display: block;
    background: #1564c0;
    color: white;
    margin-top: 10px;
}
.waves-effect{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*section.product{
	background:#fff;
}*/
.product h2 {
    font-size: 30px;
    margin-bottom: 0;
	text-align: center;
}
.prod-box:nth-child(2n){background:#fff;}
/*ul.nav-menu > li > ul.sub-menu > li:hover img,*/ .product .flexbox > li:hover img {
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.2);
    filter: blur(0);
}
.menu .megamenu ul li, .product .flexbox > li {
    transition: all 1s ease-in-out;
}
.product .flexbox > li
/*ul.nav-menu > li > ul.sub-menu > li*/ {
    margin: 30px auto 0;
	width: 16.3%;
    text-align: center;
}
.product .flexbox > li{
	width: 33.1%;		
}
.product .flexbox > li p {
    color: #212121;
    margin: 0;
}
.tax-product_cat #main-page > .container{
	background: #fff !important;
	margin-top: 1em;
	padding: 20px;
}
#content{
	
}
#secondary aside{
	margin-bottom: 15px;
}
#secondary aside ul{
	text-align: justify;
}
/*#secondary aside ul li{
	list-style-type: disc;
	margin-left: 20px;
}
/**
 * Section Sản phẩm nổi bật
 */
section.prod-box{
	padding: 15px 0 0;
}
.prod-box-title h2.title-section{
	text-transform: uppercase;
}



/**
 * Section Hình Ảnh - Chứng Nhận
 */
section #section-images-co .container{

}
section #section-images-co .row-images-co,
.posts-images-co{
	display: flex;
}
#section-images-co .col-images-co-left{
	width: 67%;
	padding: 60px;	
}
#section-images-co .col-images-co-right {
    width: 33%;
	background: #1AA7DF;
	position: relative;
	padding: 60px;
}
section h2.h2-title-images-co-left{
	text-align: left !important;
	text-transform: uppercase;
    background: url(images/idx_h2_icon04.png) no-repeat left bottom !important;
}
section h2.h2-title-images-co-right,
#why_choose_us h2.title-section,
section.action h2.widgettitle{
    background: url(images/idx_h2_icon03.png;) no-repeat center bottom !important;
}
section h2.h2-title-images-co-left,
section h2.h2-title-images-co-right,
#why_choose_us h2.title-section,
section.action h2.widgettitle {
	color: #fff !important;
}
.title-images-co p{
	font-style: italic;
}
figure.thumbnail-images-co{
	position: relative;
	margin: 0 60px 60px 0;
    z-index: 5;	
}
figure.thumbnail-images-co:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 30px;
    left: 30px;
    background: #555555;
    z-index: -5;
}
h3.title-images-co {
    font-size: 18px;
	text-transform: uppercase;
}
section.action{
	background: #272727;
    color: #fff;
text-align:center;
}
#section-images-co{
text-align: left;
}

/**
 * Section Form Contact
 */
section#form-contact, .col-images-co{
	padding: 60px 0;
}
section#form-contact .top-section h2{
    margin-bottom: 10px;
}
section .top-section > p{
	text-align: center;
}

/**
 *  Section
 */
section h2.title-section,
section.action h2.widgettitle{
	text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #214CBC;	
	padding-bottom: 15px;
	margin-bottom: 30px;
	background: url('images/icon02-title.png') no-repeat center bottom;
}

/**
 * Widget Title
 */
section.action .textwidget{
padding-bottom: 60px;
}


/**
 * Box Tin Tức - Sự Kiện
 */
.tintuc-sk h2.title-section{
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 30px;
	background: url('images/icon02-title.png') no-repeat center bottom;
}
.tintuc-sk{
	padding: 60px 0;
}

/**
 * Posts
 */
article.post,
.new-event-wrapper{
	display: flex;
}
.new-event-wrapper{
    flex-wrap: wrap;
}
article.post{
	width: 50%;
	text-align: justify;
	padding: 0 30px 30px 0;
}
article.post figure.thumbnail{
	width: 50%;
	flex-shrink: 0;
	padding-right: 15px;
}
article.post h3.title-post{
	line-height: 1.3em;
    font-size: 26px;
    color: #214CBC;
    margin-bottom: 5px;
    font-weight: 300;
	font-size: 20px;
}

/**
 * Form contact
 */
.formregister {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.formregister .small-5:nth-child(1) > * input, 
.formregister .small-5:nth-child(2) > * select,
.formregister .small-5:nth-child(3) > * textarea{
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 15px 20px;
    color: #666666;
	display: block;
}
.form .small-2 > input {
    margin: 0 auto;
    display: block;
    background: #f00;
    color: #fff;
    font-size: 15px;
    border: none;
    width: 160px;
    padding: 16px;
    text-transform: uppercase;
	font-weight: bold;
    transition: all 0.3s;
    cursor: pointer;
}
/**
 * Tại sao chọn chúng tôi
 */
section#why_choose_us{
	padding: 60px 0;
    color: #fff;
	background: url('images/us_bg.jpg')top left repeat-y;
	/*background: url('images/us_bg.jpg') no-repeat center center/cove;*/
}
ul.ul-why-us{
	display: flex;
	justify-content: space-between;
}
ul.ul-why-us li{
	text-align: center;
	padding-right: 30px;
}
ul.ul-why-us li:last-child{
	padding-right: 0;
}
ul.ul-why-us li .why-us-img{
    width: 170px;
    height: 170px;
    background: #214CBC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
}
h4.why-us-ttl {
    display: block;
    font-size: 133.33%;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 5px;
    min-height: 60px;
	color: #1aa7df;
}
.excerpt-why-us{
	text-align: justify;
}
/**
 * Giới thiệu BLUE SEA
 */
#about-us{
	padding-top: 60px;
	background: #E1F6FF;
}
.about-us-content{
	display: flex;
flex-wrap: wrap;
}
.about-us-left,
.about-us-right{
	width: 50%;
}
.about-us-left{
	position: relative;
}
.about-us-right{
	padding-left: 30px;
}
.about-us-top, .about-us-link{
	text-align: center;
	margin-bottom: 15px;
}
.special-title {
    font-size: 35px;
    font-family: 'uvn-ke-chuyen';
}
h2.about-us-title a, span.span-2 {
    color: #f00;
    font-size: 24px;
	text-transform: uppercase;
}
.about-us-except{
	font-size: 18px;
	text-align: justify;
}
.about-us-except ul{
	margin-bottom: 12px;
}
.about-us-except ul li i{
	color: #214CBC;
}
/*a.read-more {
    background-color: #f00;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
}
a.read-more:hover {
    background-color: rgba(255, 0, 0, .7); 
}*/
h2.about-us-title a {
    text-shadow: 0 0 0.5em #ff0, 0 0 0.5em #ff0, 0 0 0.5em #ff0;
}

/**
 * Nút chuyển động
 */
.b02_right_btn {

    transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	cursor: pointer;
}
.b02_right_btn:hover {
    background: #214CBC;
}
.b02_right_btn:hover:before, .b02_right_btn:hover:after {
    border-color: #000000;
}
.b02_right_btn:before, .b02_right_btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    border: 1px solid #f00808;
}
.b02_right_btn span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.b02_right_btn:before {
    -webkit-animation: scale-up-center 1.5s linear infinite both;
    animation: scale-up-center 1.5s linear infinite both;
}
.b02_right_btn:after {
    -webkit-animation: scale-up-center 1.5s linear 0.5s infinite both;
    animation: scale-up-center 1.5s linear 0.5s infinite both;
}
.b02_right_ttl {
	display: block;
    float: right;
    margin: 0 0 10px;
    background: #214CBC;
    color: #fff;
    font-size: 20px;
    padding: 7px 15px;
    border-radius: 13px;
    border: 1px solid #ebebeb;
    position: relative;
    border-bottom-left-radius: 0;
}
.b02_right_ttl:before {
    content: '';
    position: absolute;
    background: url('images/b02_icon03.png') no-repeat center center;
    width: 17px;
    height: 15px;
    bottom: -1px;
    left: -17px;
}
.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
}
.hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}
.hotline-phone-ring-circle {
    width: 115px;
    height: 115px;
    top: 14px;
    left: 14px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #e60808;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 95px;
    height: 95px;
    top: 24px;
    left: 24px;
	position: absolute;
	background-color: rgba(230, 8, 8, 0.7);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
    width: 70px;
    height: 70px;
    top: 36px;
    left: 36px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
	position: absolute;
	background: rgba(230, 8, 8, 0.75);
	height: 40px;
	width: 180px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: 9;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px !important;
	/* width: 175px !important; */
	left: 33px;
	bottom: 37px;
}
.hotline-bar > a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-indent: 50px;
	display: block;
	letter-spacing: 1px;
	line-height: 40px;
	font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
	color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
/**
 * Popup table
 */
#popup-table{
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow-y: auto;
}
#popup-table .inner-popup-table {
    position: absolute;
    z-index: 5;
    top: 15%;
    left: 20%;
    width: 60%;
	background: #fff;
	padding: 20px;
}
.modal-close {
    position: absolute;
    background: none;
    border: none;
    color: #fff;
    font-size: 27px;
	line-height: 16px;
    top: -15px;
    right: -17px;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #000;
    color: #fff;
    padding: 3px;
}
.modal-close:hover {
    color: #f00;
}

/**
 * Hiển Thị Danh Mục Sản Phẩm
 */
section#box-cat-products{
	padding-top: 60px;
}
ul.cat-products, .inner-list-products{
	display: flex;
	flex-wrap: wrap;
}
ul.cat-products li{
	width: 50%;
	padding: 0 30px 30px 0;
}
ul.cat-products li{
	display: block;
}
ul.cat-products li:nth-child(1),
ul.cat-products li:nth-child(2),
ul.cat-products li:nth-child(3),
ul.cat-products li:nth-child(4)
{
	display: block;
}
ul.cat-products li:nth-child(2n){
	padding-right: 0;
}
ul.cat-products li.list-products a,
ul.cat-products li.list-products a:nth-child(n+3){}
ul.cat-products li.list-products a {
    display: flex;
    text-decoration: none;
    color: #353535;
    border-radius: 28px;
    padding: 18px 25px;
    height: 100%;
    position: relative;
    background: url('images/icon01-sp.png') no-repeat right top #ebebeb;
    transition: all 0.3s;
}
ul.cat-products li.list-products:nth-child(n+3) a {
    background: url('images/icon01-sp-left.png') no-repeat left top #ebebeb;

}
h3.title-product {
    font-size: 24px;
    color: #1aa7df;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-weight: 300;
}
span.excerpt-cat-product {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
figure.thumb-product{
	text-align: center;
}
figure.thumb-product img{
	width: 90%;
}
.content-list-products {
    width: calc(100% - 250px);
    padding-right: 30px;
    display: flex;
    flex-direction: column;
}
ul.cat-products li.list-products:nth-child(n+3) a .inner-list-products{
	flex-direction: row-reverse;	
}
ul.cat-products li.list-products:nth-child(n+3) a .inner-list-products .content-list-products{
	padding-right: 0;
	padding-left: 30px;
}
/**
 * Danh mục sản phẩm Khác
 */
.box-cat-products-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cat-products-top-left{
    position: relative;
}
.b01_cate_ttl {
    margin: 0;
    width: 355px;
    background: #214CBC;
    color: #1aa7df;
    display: flex;
    font-size: 24px;
    text-transform: uppercase;
    height: 65px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}
.b01_cate_ttl i {
	color: #fff;
    margin-left: 20px;
	cursor: pointer;
}
.b01_cate_txt span {
    font-size: 150%;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.b01_cate_link {
    position: absolute;
    width: 100%;
    right: 0;
    background: #36358d;
    top: 67px;
    border-radius: 20px;
    padding: 10px;
    z-index: 10;
	display: none;
    transition: all 0.3s;
}
.b01_cate_link a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    text-align: right;
    border-bottom: 1px solid #7473d3;
    text-transform: uppercase;
    transition: all 0.3s;
}
.b01_cate_link li:last-child a {
    border-bottom: none;
}
.b01_cate_link a:hover {
    color: #1aa7df;
}

/**
 * Post trong Category
 */
.anton-posts{
    display: flex;
    flex-wrap: wrap;
}

/**
 * Footer
 */
#footer {
    padding: 20px 0 90px;
}
.inner-footer{
	display: flex;
	justify-content: space-between;
}
.inner-footer .col{
	width: 33%;
}
.inner-footer .col .widget-title span{
	color: #214CBC;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 10px;
	display: block;
}
.inner-footer .col .widget-title span:after{
	position: absolute;
	content: '';
	width: 75px;
    height: 1px;
    background: #214CBC;
    left: 0;
    bottom: 0;
}
/**
 * Thêm yêu cầu báo giá
 */
a.a-price, p.price a{padding:7px;background:#19A7DF;color:#fff;}
a.a-price:hover, p.price a:hover{background:#36358d}
p.price{padding: 5px 0;} 

/**
 * Tại sao chọn chúng tôi
 */
.anton-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #214CBC;
    color: #fff;
    padding: 5px 0;
}
.anton-nav ul{
	display: flex;
    justify-content: center;
}
.anton-nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0 50px;
    border-right: 1px solid #fff;
    background: url('images/f_tel.png') no-repeat left center;
    padding-left: 50px;
}
.anton-nav ul li.zalo-ft a{
    background-image: url('images/f_zalo.png');
    padding-left: 80px;
    margin-left: 50px;
}
.anton-nav ul li.baogia-ft a{
    background-image: url('images/f_mail.png');
    margin-left: 50px;
    padding-right: 0;
	border-right: none;
}
.anton-nav ul li a span:nth-child(1) {
    text-decoration: underline;
    font-size: 14px;
}
.anton-nav ul li a span:nth-child(2) {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

/**
 * Add
 */
.click-mobi{
    display:none;
}
.click-pc{
    display: inline-block;
}
.click-mobi, .click-pc{
    text-align: center;
    width: 100%;
}

/**
 * End Add
 */

/**
 * Css Thêm
 */
input.wpcf7-form-control[type="submit"]{
background: #ff0000;
    color: #fff;
    padding: 7px 10px;
cursor: pointer;
}
.col2.small-2{
text-align: center;
}

.rll-youtube-player{width:100% !important;}
/**
 * End Css Thêm
 */
 
/**
 * Reponsite
 */

@media only screen  and (min-width : 1225px){
.container {
}
}	
@media only screen  and (max-width : 1224px){
.container {
    width: 100%;
    padding: 0 15px;
}
.content-list-products{
	
}
ul.cat-products li.list-products a{
	padding: 15px 20px;
}
span.excerpt-cat-product{
	display: none;
}
figure.thumb-product img {
    width: 80%;
}
}
@media (max-width: 1000px){
.container{
	width: 980px;
}	
}

@media (min-width: 767px) and (max-width: 999px){
.container{width:740px}
ul.info-header,
.social-header,
nav.main-navigation,
#secondary{
	display: none;
}
/**
 * Lợi ích
 */
.title-loi-ich h2 {
    font-size: 30px;
}
.wraper-box .box-01, .wraper-box .box-03{
	padding-right:20px;
}
.wraper-box .box-02, .wraper-box .box-04{
	padding-left:20px;
}  
.headline h3 {
    font-size: 18px;
}
.headline span {
    font-size: 16px;
}
/**
 * End
 */

/**
 * Content text web
 */
.content-web{
	background: rgba(225,246,255,1);
	padding: 60px 0;
	font-size: 18px;
	color: #212121;
	text-align: justify;
 }
.content-web h2{
	padding-bottom:15px;
	    font-size: 30px;
}
/**
 * End
 */

.box-cat-products-top{
	margin-bottom: 15px;
}
section h2.title-section{
	margin-bottom: 0;
}
#about-us .container,
section #section-images-co .row-images-co,
article.post, .new-event-wrapper,
.formregister,.wapper{
    flex-wrap: wrap;
}
ul.cat-products li,
.about-us-left, .about-us-right,
#section-images-co .col-images-co-left,
#section-images-co .col-images-co-right,
.formregister .col:nth-child(3),
#primary{
    width: 100%;
}
ul.cat-products li {
	padding-right: 0;
}
ul.ul-why-us li .why-us-img{
	width: 160px;
    height: 160px;
}
span.excerpt-cat-product {
    display: block;
}
h4.why-us-ttl {
    font-size: 116.33%;
}
article.post figure.thumbnail{
	width: 60%;
}
.formregister .col{
	width: 50%;
	padding-right: 15px;
}
.formregister .col:nth-child(2){
	padding-right: 15px;	
}
.formregister .col:nth-child(3){
	padding-top: 15px;
}
.about-us-right{
	padding-left: 0;
}
ul.nav-menu > li > ul.sub-menu{
	width: 200px;
}
#about-us .about-us-right h3 {
    font-size: 20px;
}

h3 {
    font-size: 32px;
}
.yeucaubaogia{
	padding: 20px 0;
}
.tel-kd{
	float: none;
}
.product .flexbox > li{
	width: 33%;
	padding: 0px 10px;
}
.homeads h3{
	font-size: 18px;
}
.col-left,
.col-right,
.row .col{
	padding: 0 15px;
}
}
/*.row .col h4.widget-title{
	font-size: 32px;
}*/
/*.row .col.footer-bottom-left{
	width: 100%;
	text-align: center;
}
.row .col.footer-bottom-left, .row .col.footer-bottom-center{
	width: 50%;
}
}
*/
@media (max-width: 767px){
.container{
	width:460px;
}
.anton-nav{
    padding: 5px 0 !important;
padding-bottom: 40px !important;
}
div#uhchatboz{
    display:none !important;
    right: -100%!important;
    bottom: -400px !important;
    position: inherit !important;
}
.topbar .logo-title {
	font-size: 20px;
}
/**
 * Lợi ích
 */
.title-loi-ich h2 {
    font-size: 28px;
}
.wraper-box .box {
	width:100%;
} 
.wraper-box .box-03{
	margin-bottom: 30px;
}
.wraper-box .box-01, .wraper-box .box-03{
	padding-right: 0;
}
.wraper-box .box-02, .wraper-box .box-04{
	padding-left: 0;
}
/**
 * End
 */ 
.box-cat-products-top,
ul.ul-why-us,
.inner-footer{
	flex-wrap: wrap;
}
.box-cat-products-top{
	display: block;
	margin-bottom: 0px;
}
.cat-products-top-left,
ul.ul-why-us li{
	margin-bottom: 30px;
}
.b01_cate_ttl,
article.post{
	width: 100%;
}
ul.cat-products li{
	padding-right: 0;
}
.b02_right_ttl{
	font-size: 15px;
}
#popup-table .inner-popup-table{
	left: 5%;
    width: 90%;
}
h2.about-us-title a, span.span-2 {
    font-size: 22px;
}
ul.ul-why-us{}
ul.ul-why-us li,
.content-post {
	width: 50%;
}
ul.ul-why-us li:nth-child(2n){
	padding-right: 0;
}
article.post{}
.excerpt{
	display: none;
}
.formregister{
	display: block;
}
.formregister .small-5:nth-child(2){
    padding: 21px 0;
}
.anton-nav ul li a  {
    background-size: 30px auto;
    padding: 0 3vw;
    padding-left: 35px;
}
.anton-nav ul li a  span:nth-child(1) {
    font-size: 2vw;
    line-height: 1em;
}
.anton-nav ul li a  span:nth-child(2) {
    font-size: 2.5vw;
    line-height: 1em;
}
.anton-nav ul li.zalo-ft a {
    margin-left: 15px;
}

ul.info-header,
.social-header,
nav.main-navigation,
#secondary{
	display: none;
}
#about-us .container,
section #section-images-co .row-images-co,
article.post, .new-event-wrapper,
.formregister,.wapper{
    flex-wrap: wrap;
}
ul.cat-products li,
.about-us-left, .about-us-right,
#section-images-co .col-images-co-left,
#section-images-co .col-images-co-right,
.formregister .col:nth-child(3),
#primary{
    width: 100%;
}

.contact-yc,
.logo,
.adrinfo_header,
#primary,
.row .col.footer-bottom-left,
.row .col.footer-bottom-center,
.row .col.footer-bottom-right,
.col-left,
.col-right,
a.button-baogia,
.form-table{
	width: 100%;
}
.col-left{
	text-align: center;
	padding: 0;
}
.col-uudai {
	padding-bottom: 25px;	
}
.homeads h3{
	font-size: 22px;
}
nav.main-navigation,
.img-table,
#secondary,
.zalo-bottom{
	display: none;
}

.contact-yc{
	margin: 5px 0;
}
.contact-yc,
.contact-kd1 .tel-kd{
	float: none;
}	
.contact-yc > a > div.i{
	width: 32px;
    height: 32px;
    padding-top: 5px;
	float: left;
	font-size: 16px;
	margin: 6px 0;
}
.contact-kd1 .tel-kd,
a#baogia .tel-kd{
	float: none;
	padding: 13px 0;
}
.contact-kd1 .tel-kd > span{
	display: inline-block !important;
} 
a.button-baogia{
	padding: 0px 45px;
	width: 100%;
	background: #1564C0;
	display: inherit;
}
.yeucaubaogia a.button-baogia span,
.btn, .btn-large,
#popup-table .inner-form-table input[type=submit] {
	color: #fff;	
}
.product .flexbox > li {
    width: 32.8%;
	padding: 0px 5px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 49% !important;
}
.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n){
	margin-right: 0;
}
.row .col h4.widget-title{
	font-size: 32px;
}
.form-table{
    padding: 13px 20px;
}
.fixed-button{
	display: block;
}
ul.related-blog-detail li.related-list{
	width: 50%;
}
#footer aside{
	padding: 10px 0;
}

.anton-nav ul li{
	width:33%;
    text-align: center;	
}
.anton-nav ul li a span:nth-child(1),
.anton-nav ul li a span:nth-child(2){
	font-size: 16px;
}
.anton-nav ul li a{
	background: none;
	padding-left: 0;
	padding-right: 0;
}
.anton-nav ul li.zalo-ft a,
.anton-nav ul li.baogia-ft a{
	background-image: none;
}
.anton-nav ul li.zalo-ft a{
	padding-left: 0;
	margin-left: 0;
}
.anton-nav ul li.baogia-ft a{
	margin-left: 0;
}
/**
 * Add
 */
.click-mobi{
    display:inline-block;    
}
.click-pc{
    display:none;
}

/**
 * End Add
 */
}
@media (max-width: 479px){
.container{
	width: 100%;
	padding: 0 15px;
}

.topbar {
    padding: 5px 0;
}
.topbar .container{
	display: inline-block;
}
h1.logo-title{
    padding-left: 0;
}
.topbar .logo-title {
    font-size: 18px;
    line-height: 40px;
	display: block;
}
#logo{
	display: block;
}
#logo,
.posts-images-co{
	flex-wrap: wrap;
}
/**
 * Lợi ích
 */
.title-loi-ich h2, .content-web h2 {
    font-size: 24px;
}
.title-loi-ich span,
.headline span {
    font-size: 16px;
}
.headline h3 {
    font-size: 20px;
}
.headline span {
    text-align: justify;
    display: block;
}


/**
 * End
 */ 
.b01_cate_ttl{
    font-size:18px;
}
section h2.title-section,
.related h2{
	font-size:24px;
}
.content-list-products{
    padding-right:10px;
}
ul.cat-products li.list-products:nth-child(n+3) a .inner-list-products .content-list-products{
	padding-left: 15px;
}
section#box-cat-products, #about-us{
    padding: 30px 0;    
}
.b02_right_ttl {
    font-size: 13px;
}
.about-us-right{
	padding-left:0;
}
.hotline-phone-ring-circle-fill{
    width: 75px;
    height: 75px;
    top: 33px;
    left: 6px;
}
.hotline-phone-ring-circle{
    width: 100px;
    height: 100px;
    top: 21px;
    left: -6px;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 55px;
    height: 55px;
    top: 42px;
	left: 16px;
}
.b02_right_btn span {
    top: 51%;
    left: 53%;	
}
h3.title-product {
    font-size: 17px;
}
.content-list-products,
figure.thumb-product {
    width: 50%;
}
ul.cat-products li.list-products a,
ul.cat-products li.list-products:nth-child(n+3) a,
ul.cat-products li.list-products:nth-child(n+4) a{
	background-size: 50% auto;
}
ul.ul-why-us li, .content-post,
article.post figure.thumbnail{
	width: 100%;
}
ul.ul-why-us li {
    padding-right: 0;
}
#section-images-co .col-images-co-left,
#section-images-co .col-images-co-right{
	padding: 30px 15px;
}
article.post{
	padding: 0 0 30px;
}
article.post figure.thumbnail{}


.topbar .adrinfo_header address {
    font-size: 15px;
}
.product .flexbox > li {
    padding: 0px 5px;
}
a.button-baogia{
	padding: 0 13px;
}
.tel-kd{
	font-size: 14px;
}
.card-panel{
	padding: 10px;
	text-align: justify;
}
.support h3{
	font-size: 2.3rem;
}
.homeads h2{
	font-size: 30px;
	margin: 0;
}
.homeads h3{
	font-size: 21px;
}
#popup-table h5{
	margin-left: 0px;
}
.product .flexbox > li,
.row .col.footer-bottom-left,
.form-table{
	width: 100%;
}
.row .col h4.widget-title{
	font-size: 32px;
}
.form-table{
    padding: 13px 20px;
}
.fixed-button{
	display: block;
}
ul.related-blog-detail li.related-list{
	width: 100%;
	text-align: center;
}
.woocommerce ul.products li.product a {
	font-size: 13px;
}
/*.anton-nav{
    padding-bottom:35px!important;
}*/
.anton-nav ul li a span:nth-child(1), .anton-nav ul li a span:nth-child(2) {
    font-size: 14px;
}
div#uhchatboz{
    display:none !important;
    right: -100%!important;
    bottom: -400px !important;
    position: inherit !important;
}
/**
 * Add
 */
.click-mobi{
    display:inline-block;    
}
.click-pc{
    display:none;
}
}