/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

img {
	vertical-align: middle;
}

label {
	color: #444;
	font-size: 1rem;
}

pre {
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
    margin-bottom: .5em;
}

.site-header {
	display: block;
	padding-block-start: 0;
	padding-block-end: 0;
}

.header-top {
    background-color: #057DC2;
}

.flex-row {
	align-items: center;
}

.menu {
    width: 100%;
    position: relative;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
	padding: 0;
}

.menu li {
	list-style: none;
	position: relative;
}

#menu-top-bar-navigation {
	flex-direction: column;
    align-items: end;
}

#menu-top-bar-navigation li a {
	display: inline-block;
	padding: 5px 0;
}

#menu-top-bar-navigation li.menu-phone a {
	font-size: 1.5rem;
	color: red;
    font-weight: bold;
}

#menu-top-bar-navigation .fa-phone {
	-webkit-animation: phonering-alo-circle-img-anim 0.8s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 0.8s infinite ease-in-out;
}

@keyframes phonering-alo-circle-img-anim {
  0%   {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  10%  {-webkit-transform: rotate(-15deg) scale(1) skew(1deg);}
  20%  {-webkit-transform: rotate(15deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-15deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(15deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}

#menu-social-navigation {
	justify-content: end;
}

#menu-social-navigation li a {
	display: inline-block;
	margin-left: 10px;
	height: 60px;
	width: 60px;
	text-indent: -9999em;
}

#menu-social-navigation li.menu-facebook a {
	background: url(assets/images/icon-fb.png) no-repeat;
	background-size: cover;
}

#menu-social-navigation li.menu-zalo a {
	background: url(assets/images/icon-zalo.png) no-repeat;
	background-size: cover;
}

.site-logo {
	padding: 10px 0;
}

.site-header .site-navigation {
	border-bottom: 1px solid rgba(122, 122, 122, 0.1);
}

.site-header .site-navigation ul.menu > li:not(:last-child) {
	padding-right: 7px;
}

.site-navigation ul.menu li.menu-item-has-children {
    padding-inline-end: 0;
}

.site-header .site-navigation ul.menu li:hover > a,
.site-header .site-navigation ul.menu li.current-menu-item a {
    color: rgba(17,17,17,0.85);
}

.site-header .site-navigation ul.menu li a {
    display: block;
    padding: 12px 10px;
}

.site-header .site-navigation ul.menu li.menu-item-has-children > a {
	padding-right: 0;
}

.site-header .site-navigation ul.menu li ul {
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid #ddd;
	min-width: 260px;
}

.site-header .site-navigation ul.menu li ul li a {
	color: #777;
	font-weight: normal;
	letter-spacing: 0;
	padding: 8px 10px !important;
	text-transform: none;
}

.site-footer {
    padding-block-start: 0;
    padding-block-end: 0;
}

.footer-wrap {
	margin: 0 -15px;
}

.copyright {
	background-color: #5b5b5b;
	color: rgba(255, 255, 255, 0.5);
	padding: 10px 0;
}

.footer-widgets {
	border-top: 1px solid rgb(235, 235, 235);
	padding: 60px 0;
}

.row {
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.col {
    position: relative;
    margin: 0;
    padding: 0 15px 30px;
    width: 100%;
}

.col {
    flex: 1 0 0%;
}

.small-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.footer-widgets .widget + .widget {
	margin-top: 20px;
}

.footer-widgets h3 {
	border-bottom: 2px solid #ececec;
}

.footer-widgets h3 span {
	display: inline-block;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: -1px;
}

.branding-col {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: row;
    background: #057DC2;
    color: #fff;
    padding: 30px;
}

.branding-col a, .branding-col a:hover {
	color: #fff;
}

.site-footer .site-branding {
	width: 100%;
}

.site-footer .footer-inner .site-branding .site-logo {
	text-align: center;
}

.site-footer .footer-inner .site-branding .site-logo img {
    display: inline;
}

.page-content ul {
	margin-bottom: 1em;
	padding-left: 1em;
}

.page-content ul li {
	margin-bottom: 0.5em;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border: 1px solid #ddd;
	color: #333;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

label {
	display: block;
	line-height: 1.6;
}

[type=button], [type=submit], button {
	background: #057DC2;
	color: #fff;
}

body:not([class*=elementor-page-]) .site-main {
	padding-top: 30px;
	padding-bottom: 30px;
}

.comments-area, .post-navigation {
	padding-top: 30px;
}

#comments .comment-list {
	padding-bottom: 30px;
}

.post-navigation .nav-links {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	-js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.post-navigation .nav-links > div {
	flex: 1;
	padding: 18px 0;
}

.post-navigation .nav-links .nav-next {
    border-left: 1px solid #ececec;
	text-align: right;
}

.comments-area a, .page-content a {
    text-decoration: none;
}

.post-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.post-grid .post {
    flex: 0 0 33.3333%;
    padding: 0 15px 15px;
}

.post-grid .post h3 {
	font-size: 1.15em;
	line-height: 1.3;
	margin-top: 0.7em;
	text-transform: none;
}

.post-grid .post h3:after {
	background-color: rgba(0, 0, 0, 0.1);
	content: "";
	display: block;
	height: 2px;
	max-width: 30px;
	margin: 0.5em 0;
}

.nav-pagination {
	text-align: center;
}

.nav-pagination>span, .nav-pagination>a {
    display: inline-block;
    height: 2.25em;
    line-height: 2em;
    text-align: center;
    width: auto;
    min-width: 2.25em;
    padding: 0 7px;
    font-weight: 600;
    border-radius: 99px;
    border: 2px solid currentColor;
	margin: 0 5px;
    transition: all .3s;
    vertical-align: top;
}

.nav-pagination>span, .nav-pagination>a:hover {
	background: #057DC2;
	border-color: #057DC2;
	color: #fff;
}

.site-navigation-toggle-holder .site-navigation-toggle {
	background-color: #057DC2;
	color: #fff;
	padding: 0;
}

.float-contact {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
}

.float-contact ul.menu {
	align-items: flex-start;
	flex-direction: column;
}

.float-contact ul.menu li {
	margin-bottom: 6px;
}

.float-contact ul.menu li a {
    background: #8eb22b;
    border-radius: 20px;
	font-size: 14px;
    padding: 8px 18px;
    color: white;
    display: block;
}

.float-contact ul.menu li.chat-facebook a {
    background: #125c9e;
}

.float-contact ul.menu li.hotline a {
    background: #d11a59;
}

.site-navigation ul.menu li ul li.menu-item-has-children:after {
    transform: rotate(-90deg);
}

.ad-banner {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 160px;
	z-index: 9999;
}

#left-banner {
	left: 0;
}

#right-banner {
	right: 0;
}

ul.list-tai-lieu {
	list-style: none;
	padding: 0;
}

ul.list-tai-lieu li {
    position: relative;
    padding-left: 30px;
	padding-bottom: 15px;
}

ul.list-tai-lieu li:before {
    content: '';
    background-image: url(assets/images/icon-tailieu.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    position: absolute;
    width: 30px;
    height: 20px;
}

.site-header .site-navigation .menu li {
	letter-spacing: 0;
}

.site-navigation-toggle-holder {
	background: #057DC2;
	justify-content: center;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon {
	padding-left: 5px;
	width: 25px;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon::after, .site-navigation-toggle-holder .site-navigation-toggle-icon::before {
	background-color: #fff;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon::before {
  	box-shadow: 0 .35rem 0 #fff;
}

.site-navigation-dropdown ul.menu li a {
	padding: 10px;
	position: relative;
	text-transform: uppercase;
}

.site-navigation-dropdown ul.menu li.menu-item-has-children > a::after, .site-navigation-dropdown ul.menu li.menu-item-has-children > span::after {
  display: flex;
  content: "▾";
  font-size: 1.5em;
  justify-content: center;
  align-items: center;
  color: #666;
  text-decoration: none;
	position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -18px;
}

.site-navigation-dropdown ul.menu > li ul {
	display: none;
	padding-left: 15px;
}

.site-navigation-dropdown ul.menu > li li {
	max-height: none;
	transform: none;
}

.site-navigation-dropdown ul.menu li.current-menu-item > a {
	background: none;
	color: #057DC2;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
	background: none;
	color: #55595c;
}

@media (min-width: 850px) {
    #menu-top-bar-navigation>li+li>a:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 1px;
        border-left: 1px solid rgba(255,255,255,0.2);
        height: 15px;
        margin-top: -7px;
        left: 0;
    }
}

@media screen and (min-width: 1200px) {
    .medium-4 {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }
	
	.medium-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }
	
	.medium-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

@media screen and (max-width: 1199px) {
	.header-banner, .ad-banner {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.post-grid .post {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media screen and (max-width: 480px) {
	.site-header .site-branding .site-logo img {
		max-width: 100px !important;
	}
	
	#menu-top-bar-navigation li a {
		font-size: 14px;
	}
	
	#menu-top-bar-navigation li.menu-phone a {
		font-size: 1.2rem;
	}
	
	#menu-social-navigation li a {
		height: 48px;
  		width: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
    .animated {
		animation-duration: 1.25s;
	}
}
