/*
Theme Name: Zota Templage
Theme URI: https://theme.zota.vn/
Author: Zota Team
Author URI: https://www.zota.vn/
Description: Designed and developed by Zota
Text Domain: zota
Tags: thiet ke web da nang, thiet ke web wordpress
*/

/*
======================================
[ Body ]
======================================
*/
@font-face { font-family: 'Segoe-Ui-Semibold'; src: url('assets/fonts/Segoe-Ui-Semibold/Segoe-Ui-Semibold.eot'); src: url('assets/fonts/Segoe-Ui-Semibold/Segoe-Ui-Semibold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Segoe-Ui-Semibold/Segoe-Ui-Semibold.ttf')  format('truetype'), url('assets/fonts/Segoe-Ui-Semibold/Segoe-Ui-Semibold.svg#Segoe-Ui-Semibold') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'UTM-Avo-Bold'; src: url('assets/fonts/Avo/UTM-Avo-Bold.eot'); src: url('assets/fonts/Avo/UTM-Avo-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Avo/UTM-Avo-Bold.woff') format('woff'), url('assets/fonts/Avo/UTM-Avo-Bold.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'PoppinsVN'; src: url('assets/fonts/PoppinsVN/PoppinsVN-400.eot'); src: url('assets/fonts/PoppinsVN/PoppinsVN-400.eot?#iefix') format('embedded-opentype'), url('assets/fonts/PoppinsVN/PoppinsVN-400.woff') format('woff'), url('assets/fonts/PoppinsVN/PoppinsVN-400.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'PoppinsVN'; src: url('assets/fonts/PoppinsVN/PoppinsVN-500.eot'); src: url('assets/fonts/PoppinsVN/PoppinsVN-500.eot?#iefix') format('embedded-opentype'), url('assets/fonts/PoppinsVN/PoppinsVN-500.woff') format('woff'), url('assets/fonts/PoppinsVN/PoppinsVN-500.ttf') format('truetype'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'PoppinsVN'; src: url('assets/fonts/PoppinsVN/PoppinsVN-600.eot'); src: url('assets/fonts/PoppinsVN/PoppinsVN-600.eot?#iefix') format('embedded-opentype'), url('assets/fonts/PoppinsVN/PoppinsVN-600.woff') format('woff'), url('assets/fonts/PoppinsVN/PoppinsVN-600.ttf') format('truetype'); font-weight: 600; font-style: normal; }
@font-face { font-family: 'PoppinsVN'; src: url('assets/fonts/PoppinsVN/PoppinsVN-400i.eot'); src: url('assets/fonts/PoppinsVN/PoppinsVN-400i.eot?#iefix') format('embedded-opentype'), url('assets/fonts/PoppinsVN/PoppinsVN-400i.woff') format('woff'), url('assets/fonts/PoppinsVN/PoppinsVN-400i.ttf') format('truetype'); font-weight: normal; font-style: italic; }
@font-face { font-family: 'Averta Standard Regular'; font-style: normal; font-weight: normal; src: local('Averta Standard Regular'), url('assets/fonts/Averta/AvertaStandard-Regular.woff') format('woff'); }
body { font-family: 'Averta Standard Regular'; font-size: 16px; }
a, a:focus, a:hover { text-decoration: none; outline: 0; }

/*
======================================
[ Header ]
======================================
*/
.header {background: #fff;}
.fixed { position: fixed; z-index: 99999; width: 100%; top: 0; right: 0; left: 0; transition: all 0.2s ease-in-out 0s; -moz-gnimation: headerAnimation 0.7s 1; -webkit-animation: headerAnimation 0.7s 1; -o-animation: headerAnimation 0.7s 1; animation: headerAnimation 0.7s 1; }
@-webkit-keyframes "headerAnimation" {
	0% { margin-top: -70px; }
	100% { margin-top: 0; }
}
@keyframes "headerAnimation" {
	0% { margin-top: -70px; }
	100% { margin-top: 0; }
}

/*
======================================
[ Menu Main ]
======================================
*/
.menu-primary {background: #dee5e8;}
.menu-primary ul {list-style: none;margin-bottom: 0;text-align: center;}
.menu-primary>ul>li { position: relative; display: inline-block; -moz-transition: all .5s; -webkit-transition: all .5s; transition: all .5s; }
.menu-primary>ul>li>a {padding: 10px;display: flex;color: #444444;font-size: 15px;letter-spacing: 1px;text-align: center;align-items: center;}
.menu-primary>ul>li img {
    margin-right: 5px;
    width: 20px;
}
.menu-primary>ul>li>a:hover, .menu-primary li.current-menu-item>a { }
.menu-primary>ul>li>a:after { background: transparent; content: ''; width: 0; height: 1px; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: width 0.2s ease; -moz-transition: width 0.2s ease; -o-transition: width 0.2s ease; transition: width 0.2s ease; }
.menu-primary>ul>li:hover a:after, .menu-primary li.current-menu-item > a:after { background: #1b75bb; width: 100%; }
.menu-primary ul li.menu-item-has-children:hover >ul.sub-menu { display: block; }
.menu-primary ul.sub-menu {display: none;width: 200px;position: absolute;z-index: 200;background: #ffffff;-moz-transition: all .5s;-webkit-transition: all .5s;transition: all .5s;text-align: left;padding: 0;}
.menu-primary >ul >li > ul.sub-menu { }
.menu-primary >ul >li > ul.sub-menu > li > ul { left: 200px; top: 0; }
.menu-primary>ul>li:hover.menu-item-has-children:before { content: ""; position: absolute; top: 44px; left: 0; right: 0; text-align: center; margin: 0 auto; width: 0; height: 0; border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #ad0a1f transparent; }
.menu-primary ul.sub-menu li { padding: 10px; border-bottom: 1px solid #eee; position: relative; }
.menu-primary ul.sub-menu li:last-child { border: none; }
.menu-primary ul.sub-menu li a {color: #0e0e0e;}
.menu-primary ul.sub-menu li:hover { background: #0808082b; }

/*
======================================
[ Menu Mobi ]
======================================
*/
.nav-fixed { display: block; background: #444; padding: 10px; text-align: right; }
.nav-fixed a.nav-a { color: #fff; display: inline-block; width: 40px; height: 35px; text-align: center; line-height: 2.2; background: #00000059; border: 1px solid #ffffff47; }
.nav-fixed a.nav-a:hover { color: #fff; }
.background-mobile {position: fixed;width: 100%;z-index: 9999;display: none;left: 0;background: #dee5e8;}
.menu-responsive {
	overflow-y: scroll;
	height: 500px;
}
ul.accordion-responsive { list-style: none; padding: 0; }
ul.accordion-responsive li {border-bottom: 1px solid #eee;position: relative;color: #fff;}
ul.accordion-responsive li img {
    margin-right: 5px;
}
ul.accordion-responsive li a {color: #444;font-size: 15px;padding: 10px;display: block;}
ul.accordion-responsive li .dcjq-icon:after { content: ""; display: inline-block; font-weight: 900; font-family: 'Font Awesome 5 Free'; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); position: absolute; right: 0; color: #fff; top: 0; width: 40px; height: 40px; text-align: center; line-height: 3; }
ul.accordion-responsive li .dcjq-icon:after { content: "\f107" }
ul.accordion-responsive li .dcjq-icon.active:after { content: "\f106"; }
ul.accordion-responsive li.dcjq-parent-li >a { border-bottom: 1px solid #ffffff26; }
ul.accordion-responsive li ul { list-style: none; padding: 0; }
ul.accordion-responsive li ul >li { padding-left: 20px; }
ul.accordion-responsive li ul >li a:before { font-weight: 900; font-family: 'Font Awesome 5 Free'; content: "\f054"; margin-right: 10px; }
a.mobile-btn { display: block; position: absolute; width: 40px; height: 40px; background: #dc3545; border-radius: 100%; padding: 10px; font-size: 15px; text-align: center; top: 50%; transform: translateY(-50%); z-index: 999; }
.position-right { right: 0; }
.position-left { left: 0; }

/*
======================================
[]
======================================
*/
h1.h1 {font-family: 'UTM-Avo-Bold';font-size: 20px;text-rendering: optimizelegibility;width: 100%;line-height: 1.5;color: #1b75bb;font-weight: 700;}
h2.h2 {font-size: 25px;margin: 0px 0 10px 0;color: #0090cd;text-transform: uppercase;position: relative;padding-bottom: 5px;}
h2.h2 span {position: relative;font-size: 15px;white-space: nowrap;}
h2.h2 span:before {content: "";border-bottom: 3px solid #0090cd;position: absolute;bottom: -10px;width: 100%;z-index: 9;}
h2.h2:after {content: "";position: absolute;left: 0;bottom: 0;width: 100%;border-bottom: 1px solid #ddd;}
h2.h2 i { font-size: 20px; padding: 10px; width: 35px; height: 45px; text-align: center; margin-right: 25px; display: inline-block; }

/*
======================================
[ Contact From ]
======================================
*/
.contact-form { position: relative; }
.contact-form .input-group {margin-bottom: 10px;float: left;border: 1px solid #fffd;}
.contact-form .input-group  br { display: none; }
.contact-form .input-group-text { background: #fff; border: none; color: #444; border-radius: 0; }
.contact-form .input-group .input-group-addon { border-radius: 0px; border: none; position: relative; padding: 0px 10px; background-color: #fff; }
.contact-form .input-group .input-group-addon i { color: #d41836; font-size: 20px; width: 20px; height: 20px; }
.contact-form .input-group .form-control {background-color: rgb(234 234 234);border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;color: #0E0E0E;min-height: 34px;border: none;-webkit-box-shadow: none;box-shadow: none;border-left: 1px solid #fff;background-clip: unset;}

/*
======================================
[ Overlay ]
======================================
*/
.overlay { position: relative; }
.overlay:before { content: ""; position: absolute; background: rgba(0, 0, 0, 0.5); left: 0; right: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
.overlay .container { position: relative; z-index: 9; }
.breadcrumbs {background: #1b75bb;color: #fff;padding: 10px 0;}
.breadcrumbs a { color: #fff; }
.widget-post .item {margin: 5px 0 0;padding: 0px 0 5px 0;}
.widget-post .item a.post-title {font-size: 15px;display: block;font-weight: 600;}
.widget-post .item .post-thumbnail { position: relative; display: block; }
.widget-post .item span.post-time { display: block; margin: 5px 0 0; color: #d41836; }

/*
======================================
[ Gallery ]
======================================
*/
.gallery-full { margin-bottom: 10px; }
.gallery-thumbnail .owl-item { border: 2px solid rgba(0, 0, 0, 0); }
.gallery-thumbnail .owl-item.current { border: 1px solid red; }
.gallery-full img { height: 400px; object-fit: cover; background: #f5f5f5; padding: 5px; width: 100%; }
.gallery-thumbnail img { height: 70px; object-fit: cover; width: 100%; padding: 10px; }

/*
======================================
[ Pagenavi ]
======================================
*/
.pagenavi { margin: 20px 0; }
.pagenavi a { color: #fff; background: #444; display: inline-block; padding: 5px 15px; }
.pagenavi a:hover { background: #dc3545;color: #fff; }
.pagenavi span {color: #fff;background: #dc3545;display: inline-block;padding: 5px 15px;}

/*
======================================
[ Social]
======================================
*/
.share-wrap a { font-size: 15px; width: 30px; height: 30px; text-align: center; color: #fff; line-height: 2; border-radius: 100%; display: inline-block; }
.share-wrap .facebook { background: #3b5998 }
.share-wrap .twitter { background: #db4437 }
.share-wrap .pinterest { background: #e62117 }
.share-wrap .youtube { background: #00aff0 }
.share-wrap .linkedin { background: #00aff0 }

/*
======================================
[ Modal Popup ]
======================================
*/
.modal-order .form-modal { padding: 10px; background: #f5f5f5; }
.modal-order .modal-info { padding: 10px; background: #f5f5f5; }
.modal-order .close { opacity: 1; }
.modal-order i.fa.fa-times { height: 30px; width: 30px; background: #DCF; line-height: 30px; border-radius: 50%; color: #000; opacity: 1; position: absolute; right: -20px; top: -20px; z-index: 999; }

/*
======================================
[Single]
======================================
*/
.entry-meta span, .entry-meta a { font-size: 14px; color: #787878; }
.box-shadow { -webkit-box-shadow: 0 2px 2px rgba(88, 88, 88, 0.175); box-shadow: 0 4px 4px rgba(88, 88, 88, 0.175); }
.entry-content h2 { font-size: 16px; font-family: 'UTM-Avo-Bold'; line-height: 1.6; font-weight: 900; }
.entry-content h3 { font-size: 18px; font-family: 'UTM-Avo-Bold'; line-height: 1.6; font-weight: 900; }
.entry-content strong, .entry-content b { font-family: 'UTM-Avo-Bold'; line-height: 1.6; font-weight: 900; }

/*
======================================
[Archive]
======================================
*/
.blog-wrap .item { box-shadow: rgba(34, 34, 34, 0.07) 3px 3px 9px 0px; }
.blog-wrap .item a.post-title { display: block; margin: 10px 0; font-weight: 600; color: #444; font-size: 17px; overflow: hidden; }
.blog-wrap .item span { font-size: 14px; color: #999; }
.blog-wrap .item span > a { color: #999; }

/*
======================================
[Transition]
======================================
*/
.zoom-on-hover { position: relative; overflow: hidden; display: block; }
.zoom-on-hover:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.zoom-on-hover img {transition: transform .3s ease-out;-moz-transition: -moz-transform .3s ease-out;-o-transition: -o-transform .3s ease-out;-webkit-transition: -webkit-transform .3s ease-out;}

/*
======================================
[ Keyframes ]
======================================
*/
@-webkit-keyframes bulb {
	0% { -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 0.55; }
	100% { -webkit-transform: scale(1.4); transform: scale(1.4); opacity: 0; }
}
@keyframes bulb {
	0% { -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 0.55; }
	100% { -webkit-transform: scale(1.4); transform: scale(1.4); opacity: 0; }
}
@-webkit-keyframes MOVE-BG {
	from { -webkit-transform: translateX(0) }
	to { -webkit-transform: translateX(150px) }
}
@keyframes MOVE-BG {
	from { -webkit-transform: translateX(0); transform: translateX(0) }
	to { -webkit-transform: translateX(150px); transform: translateX(150px) }
}

/*
======================================
[]
======================================
*/
.heading { position: relative; }
.heading span.bar { height: 4px; width: 150px; background: #ff512f; margin: 20px auto 25px; border-radius: 5px; position: absolute; left: 0; right: 0; bottom: -40px; }
.heading span.bar:before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 5px; background: #fff; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: MOVE-BG; animation-name: MOVE-BG; margin: 0 auto; }
.heading h2 { font-family: 'UTM-Avo-Bold', sans-serif; text-transform: uppercase; display: block; margin: 10px 0; font-size: 22px; }
.relative { position: relative; }
input.form-control::placeholder { color: #423e60; opacity: 1; }
input.form-control:-ms-input-placeholder { color: #423e60; }
input.form-control::-ms-input-placeholder { color: #423e60; }
footer.footer {background: #2b2c2d;color: #fff;}
footer.footer .copyright ul.menu {padding: 0;margin: 0;}
footer.footer .copyright ul.menu li { padding: 5px 10px 5px 0; color: #1b75bb; display: inline-block; }
footer.footer .copyright ul.menu li a { color: #fff; }
footer.footer .copyright { padding: 10px 0; font-size: 15px; line-height: 1.8; background: #1b75bb; color: #fff; }
footer.footer .copyright span { display: block; }
.social i { font-size: 20px; width: 35px; height: 35px; text-align: center; color: #fff; line-height: 1.6; border-radius: 100%; }
.social i.icon-facebook { background: #3b5998 }
.social i.icon-pinterest { background: #db4437 }
.social i.icon-youtube { background: #e62117 }
.social i.icon-twitter { background: #00aff0 }
.social i.icon-linkedin {background: #056386;}

/*
======================================
[ Comment ]
======================================
*/
h2.comments-title { font-size: 16px; background: #215a94; color: #fff; padding: 10px; }
h3.comment-reply-title { text-transform: uppercase; font-size: 16px; }
.comment-reply-title a { border: 1px solid; padding: 3px 10px; color: #EE2D34; font-size: 12px; margin-left: 20px; }
ol.comment-list { list-style: none; margin: 0; padding: 0; }
ol.children { list-style: none; }
.comments-area .avatar { float: left; border-radius: 50%; margin-right: 10px; }
.comment-author { overflow: hidden; position: relative; }
.comment-meta { margin: 10px 10px 10px 60px; border: 1px solid #eee; padding: 10px 10px 0; position: relative; line-height: 1.8; }
span.comment-name a { color: #EE2D34; }
.reply a { right: 10px; position: absolute; top: 20px; border: 1px solid; padding: 0 15px; color: #EE2D34; line-height: 1.8; }
.comment-meta a { margin: 10px 0; }
span.comment-name { display: block; margin: 10px 0 0; font-style: italic; padding-right: 10px; color: #EE2D34; }
.comment-author a.comment-date { font-style: italic; color: #999; }
em.comment-awaiting-moderation { color: #fe6d03; display: block; }
.comment-edit-link, .logged-in-as a { border: 1px solid; padding: 0 5px; color: #EE2D34; line-height: 1.8; display: inline-block; font-weight: 300; }
.comment-respond textarea { width: 100%; background: #ffffff; border: 1px solid #e6e6e6; font-size: 14px; font-family: Arial, sans-serif; padding: 15px; }
.comment-respond input[type="text"] { background: #ffffff; border: 1px solid #e6e6e6; font-size: 14px; font-family: Arial, sans-serif; padding: 10px 15px; width: 100%; }
.comment-respond input[type="submit"] { background: #EE2D34; border: 1px solid #EE2D34; font-size: 15px; padding: 5px 10px; color: #fff; font-weight: 100; }
.head-wrap { background: #1b75bb; }
.blog-news a.post-title { font-weight: 600; }
.blog-news span.entry-modified-time { color: #e62117; }
.blog-news span.entry-category a { color: #787878; }
.blog-news .item a.post-title { font-size: 14px; height: 45px; overflow: hidden; }
.blog-news .item span { font-size: 14px; color: #787878; }
.blog-tab ul li span.active:after { content: ""; position: absolute; width: 0; height: 0; border-style: solid; border-width: 10px 10px 0 10px; border-color: #1b75bb transparent transparent transparent; bottom: -10px; left: 0; right: 0; margin: 0 auto; }
.post-stick { position: relative; }
.post-stick .item:after { content: ""; display: block; position: absolute; width: 100%; bottom: 0; background: linear-gradient(180deg, transparent 0, #000 65%, #000); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0); opacity: .6; z-index: 2; height: 140px; }
.post-stick span { bottom: 0px; width: 100%; position: absolute; padding: 10px; color: #fff; z-index: 3; transition: transform .35s; display: block; left: 0; right: 0; font-weight: 600; font-size: 20px; }
.post-stick .item { position: relative; }
.term-wrap { margin: 20px 0; }
.term-wrap .item span {color: #444;}
.term-wrap .item {position: relative;text-align: center;border: 1px solid #f1f1f1;display: flex;border-radius: 3px;background: #fcfcfc;}
.term-wrap .item img {height: 40px;object-fit: scale-down;}

.widget-post .item span {
    font-size: 11px;
    color: #999999;
}

footer.footer h4 {
	position: relative;
	padding-bottom: 7px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

footer.footer h4:before {
	content: "";
	border-bottom: 1px solid #ffffff30;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
footer.footer h4:after {
	content: "";
	border-bottom: 3px solid #1b75bb;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	width: 30%;
}
footer.footer ul.category li a {
    padding: 5px 0;
    color: #fff;
    display: block;
}

footer.footer ul.category li {
    display: block;
    text-align: left;
    overflow: hidden;
}
footer.footer ul.category li span {
    float: right;
}

.news-headlines {
	position: relative;
	background: #0090cd;
}

.news-headlines li {
	padding: 5px 20px 7px 20px;
	margin-bottom: 15px;
	position: relative;
	z-index: 20;
	color: #ffffff;
	cursor: pointer;
}

.nh-anim {
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.news-headlines .highlight {
	width: 100%;
	background: #2d2b2b73;
	position: absolute;
	left: 0;
	z-index: 10;
}

.news-preview {
	background: #ededed;
	z-index: 5;
	overflow: hidden;
	position: relative;
}

.news-content {
	position: absolute;
	background: #ededed;
	z-index: 10;
	padding: 10px;
	top: 0;
	left: 0;
	display: none;
	font-size: 16px;
}

.top-content {
	display: block;
}
.tags-wrap a {
    display: block;
    border: 1px solid;
    border-radius: 20px;
    padding: 0 5px;
    color: #0090cd;
    font-size: 15px;
    text-align: center;
}

.comments-wrap .item a {
    margin-bottom: 10px;
}

.comments-wrap .item img {
    width: 70px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.comments-wrap .item span {
    color: #444;
    margin: 0 5px;
    font-style: italic;
    font-size: 14px;
}

.comments-wrap .item a {
    text-transform: lowercase;
    display: flex;
}
.comments-wrap .item {
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.comments-wrap .item i {
    position: absolute;
    font-style: normal;
    width: 20px;
    height: 20px;
    background: #0090cd;
    color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    top: 0;
    left: 0;
}
.news-headlines .highlight:after {content: "";position: absolute;width: 0;height: 0;border-style: solid;border-width: 10px 0 10px 10px;border-color: transparent transparent transparent #146284;right: -10px;top: 50%;transform: translateY(-50%);}
.menu-toggle a {
	cursor: pointer;
}
.menu-all {
    overflow: hidden;
    margin-bottom: 0;
    background: #ffffff;
}
.menu-all li {
    display: block;
    float: left;
   
    padding: 0 5px;
}

.menu-all li a {
    color: #444;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    align-items: center;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    letter-spacing: .6px;
    height: 40px;
}
.menu-all li a img {
    margin-right: 10px;
}

@media (max-width: 576px) {
	.menu-all li {
		width: calc(100%/2);
	}
}
@media (min-width: 768px) {
	.menu-all li {
		width: calc(100%/4);
	}
}

.news-content a.post-title {
    color: #0090cd;
    font-weight: 600;
    display: block;
    padding: 5px 0;
}
.author-name a { font-family: 'UTM-Avo-Bold', sans-serif; font-size: 20px; color: #1791cc; }

/* PART 1 - truoc chuyen canh Lazy Load */
img[data-lazyloaded]{
	opacity: 0;
}

/* PART 2 - hieu ung khi chuyen canh Lazy Load */
img.litespeed-loaded{
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
	opacity: 1;
}