/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

 

@font-face {
    font-family: "Montserrat-Bold";
    src: url(fonts/Montserrat-Bold.ttf);
} 

@font-face {
    font-family: "Montserrat";
    src: url(fonts/Montserrat-Regular.ttf);
} 

:root{
    --family :"Montserrat" !important;
}
:root{
    --family-bold :"Montserrat-Bold" !important;
}

:root {
	--color:#c2262d;
}
:root {
    --color-hover:#fff200;
}

body{
    font-size: 15px !important;
    font-family: var(--family) !important;
    overflow: hidden;
    color: #000;
}
h1,h2,h3,h4,h5,h6,p,a,ul,li{
   font-family: var(--family) !important;
   color: #000;
}
p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7,
.is-divider,
.entry-category,
a.quick-view.quick-view-added {
    display: none;
}

/*****************************/

.social-icons a {
    background: var(--color);
    color: var(--color-hover);
    height: 25px;
    width: 25px;
    border-radius: 50%;
    padding: 7px;
    border: 1px solid ;
}
a.glink,
a.popup-header {
    color: var(--color-hover)!important;
    font-size: 14px !important;
    margin-right: 10px;
}
.popup-header i {
    margin-right: 10px;
}

.translated-ltr .header-nav-main > li a {
    color: #000;
    font-size: 11px;
    font-family: var(--family-bold)!important;
}

.flickity-button:hover .flickity-button-icon{
	background-color: #ffec4c!important;
	border: 2px solid #ffec4c!important;
}


.header-nav-main > li a {
  color: #000;
  font-size: 12px;
  font-family: var(--family-bold)!important;
}

.header-nav-main > li.active a,
.header-nav-main > li:hover a {
    color: var(--color);
}

.nav-dropdown-default {
    padding: 0px;
    border: 0px;
}
.nav-dropdown  li {
   border-bottom: 1px solid #eaeaea;
   padding: 5px 0px;

}
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a { 
    padding: 5px 10px;
    display: block;
    border-bottom: 0px;
    font-weight: 500;
    color: #000;
    font-family: var(--family) !important;
}

.nav-dropdown li:hover {
    background: var(--color);
}

.nav-dropdown-default .nav-column li:hover>a,
.nav-dropdown.nav-dropdown-default>li:hover>a {
    color: #fff;
}


.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

.nav-dropdown>li.nav-dropdown-col{display:block}

.nav-dropdown{border:1px solid #ddd; padding:0;}

.nav-column.nav-dropdown-default>li>a,
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a{
    font-weight:normal !important;
    text-transform:none !important;
    font-size:15px;
    font-weight:500
}


.nav-dropdown .nav-dropdown-col>ul{
    border: 1px solid #d2d2d2;
    margin-top:-30px;
    box-shadow: 2px 2px 5px #828282;
    display:none;
    position: absolute;
    left: 100%;z-index: 9;
    background: white;
    min-width: 240px;
}

.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}

.nav-dropdown .nav-dropdown-col .menu-item-has-children {
   margin-top: 0px;
}

.nav-dropdown .nav-dropdown-col>ul li a{
    padding:10px;  text-transform: none;color:black
}

.nav-column.nav-dropdown-default li.menu-item-has-children ul{
    border: 1px solid #d2d2d2;
    margin-top: -40px;
    box-shadow: 2px 2px 5px #828282;
    display:none;
    position: absolute;
    left: 100%;z-index: 9;
    background: white;
    min-width: 240px;
}
.nav-column.nav-dropdown-default li.menu-item-has-children:hover >ul,
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}

.header-bg-color {
	background-color: transparent !important;
}

.header-wrapper.stuck .header-bg-color {
    background-color: #fff !important;
}


/******************************************************************/

.title-home h3 {
    color: #fff;
    padding-left: 20px;
    text-transform: uppercase;
    font-family: var(--family-bold) !important;
}
.title-home h3:before {
    content: '';
    left: 0px;
    margin-top: 10px;
    background:#fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
}

h5.post-title.is-large:hover {
    color: var(--color-hover);
}

.text-banner.text-center {
    z-index: 9999;
    position: absolute;
    top: 90%;
    left: 40%;
}

.sec-banner {
	margin-top: -7.5%;
}

/*.line {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    
}



@-moz-keyframes bounce {
    0%,20%,50%,80%,100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}*/

.sec-banner a.bounce {
    text-shadow: 2px 2px #fff;
    color: var(--color);
    font-size: 20px;
    font-family: var(--family-bold) !important
}

.sec-banner a.bounce:after{
    font-family: FontAwesome;
    content: "\f078";
    display: block;
}



.sec-abouts .col{
	padding: 0px;
}
.sec-abouts .col-inner {
	height: 100%;
}
.sec-abouts .box-badge .box-text {
	background-color: transparent !important;
}
.sec-abouts .box-badge .box-text .box-text-img {
    background-color: #d1161fab !important;
    display: inline-block;
    padding: 30px;
    position: absolute;
    left: 0px;
    top: -60px;
    color: #fff;
}



.icon-img img {
	width: 50px;
}

.content-1 .icon-img img {
	margin-top: 35px;
	width: 70px;
}

.content-1 p,
.content-1 h3 {
	color: #fff;
}
.content-1 h3 {
	margin-top: 20px;
    margin-bottom: 25px;
    font-family: var(--family-bold) !important;
}
.content-1 p {
    font-size: 17px;
}
.content-2 h5 span {
	margin-right: 5px;
	font-size: 45px;
	font-family: var(--family-bold) !important;
}
p.note {
    margin-bottom: 0px;
}
.content-3 p {
    margin-bottom: 7.5px;
}
.content-3 p span {
	margin-right: 5px;
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	font-family: var(--family-bold) !important;
}
.content-3 .icon-img img {
	margin-top: 9%;
}
.content-img-4 img {
	height: 249px;
    width: 100%;
}
.content-5 p span.so{
	font-size: 37px;
}
.content-5 p span {
	margin-right: 5px;
	font-size: 17px;
	text-transform: uppercase;
	font-family: var(--family-bold) !important;
}
.content-5 p span.baibao {
	font-size: 20px;
/*	position: absolute;
    top: 72px;*/
	text-transform: uppercase;
	font-family: var(--family-bold) !important;
}
.content-5 p {
	margin-bottom: 0px;
}
.content-5 img {
    margin-top: 15px;
}
.content-img-5 img {
	height: 325px;
    width: 100%;
}

.content-5 p,
.sec-abouts .box-text-img h3,
.sec-abouts .box-text-img h4 {
	color: #fff;
}
.sec-abouts .box-text-img h3 {
	margin-bottom: 15px;
	font-family: var(--family-bold) !important;
}



.sec-abouts ul li {
	list-style: none;
	padding: 0px;
	margin:0px;
    font-size: 14.5px;
}

.sec-abouts .content-abouts {
	padding: 14px;
}



.sec-abouts ul li font{
    font-size: 13px;
}
.content-3 p span font {
    font-size: 18px;
}


.content-5 p span.so font{
    font-size: 30px;
}

.content-5 p font {
    margin-top: -4px;
}

.translated-ltr .content-img-5 img {
    height: 340px;
}
.translated-ltr .content-3 p {
    margin-bottom: 1px;
}

.translated-ltr .content-img-4 img {
    height: 228px;
}

.sec-hdnb .col {
    padding: 0 10px 30px;
}
.sec-gmtb .title-home {
    margin-top: 30px;
}
.sec-gmtb .row {
    background-image: url(img/bkg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.gmtb .box-vertical {
    padding: 55px;
}
.gmtb .box-vertical h4 {
    color: var(--color-hover);
    font-size: 20px;
    margin-bottom: 10px;
}
.gmtb .box-vertical .content-gmtb {
    color: #fff;
    text-align: justify;
}
.gmtb .box-image img {
    height: 335px;
}

.owl-prev,.owl-next{
    margin: 0px !important;
    top: 40%;
    position: absolute;
    transform: translateY(-50%);
}
.owl-prev {
    float: left;
    left: 10px;
}

.owl-next {
   float: right;
   right: 10px;
}
.owl-next i.fa,
.owl-prev i.fa {
    color: var(--color-hover);
    font-size: 35px;
}

.owl-dots {
    position: absolute;
    right: 16%;
    top: -35px;
}
.owl-dot {
    float: left;
    padding: 0px 5px;
}
.owl-dot span {
    background: var(--color-hover);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}
.owl-dot.active span {
    background: #fff;
}

.text-link {
    position: absolute;
    right: 80px;
    top: 5px;
}
.text-link a {
    color: var(--color-hover);
}


/*.sec-cltq .cot-4 {
    margin-bottom: 15px;
    border-bottom: 1px solid var(--color);
}*/

.sec-cltq h3 {
    color: #fff;
    font-size: 25px;
    font-family: var(--family-bold) !important;
}
.sec-cltq p {
    color: #fff;
}

.sec-td h5.post-title {
    font-size: 14px;
}
.sec-td .box-text:hover {
    background: var(--color);
}
.sec-td .box-text:hover h5 {
    color: #fff;
}

.sec-news .tabbed-content {
    margin-top: -3.5%;
}
.nav-line>li.active>a:before, 
.nav-line>li:hover>a:before {
    opacity: 0;
}

.sec-news .nav li a {
    color: #fff;
    padding-right: 10px;
    line-height: 0px;
    border-right: 1px solid #fff;
}

.sec-news .nav li:nth-child(3) a {
    border-right: 0px;
}

.sec-news .nav-line>li.active a,
.sec-news .nav-line>li:hover a {
    color: var(--color-hover);
}

.sec-news .blog-post {
    margin-top: 30px;
}

.sec-news .blog-post .post-item:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 60%;
    border-bottom: 1px solid var(--color);
}


.sec-news .blog-post .box-text:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: var(--color-hover);
    border-radius: 50%;
    left: 48%;
    top: -10px;
}

.sec-news .box-blog-post .image-cover img{
    border-radius: 50%;
    border: 3px solid var(--color-hover);
}

.sec-news .blog-post .box-text {
    margin-top: 15%;
}
.sec-news .blog-post .box-text h5 {
    color: #fff;
    margin: 15px 0px;
}
.sec-news .blog-post p {
    color: #fff;
}

.sec-contact .cot-6-1 {
	margin-top: 2%;
}

.sec-contact {
    margin-top: 20px;
}
.sec-contact h3 {
    color: var(--color);
    font-family: var(--family-bold)!important;
}
.sec-contact ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.sec-contact ul li i {
    color: var(--color);
    margin-right: 10px;
}

.wpcf7-submit {
    background: var(--color) !important;
    border-radius: 10px;
    font-family: var(--family) !important;
}
.home-cs .box-text {
    background: var(--color);
}
.home-cs h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: var(--family-bold) !important;
}
.home-cs h4:hover{
    color: var(--color-hover);
}
.title-home-title h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--color);
    text-transform: uppercase;
    font-family: var(--family-bold) !important;
}

.row-htqt h5.post-title {
    overflow: hidden;
    height: 35px;
}


.home-tuyensinh .col-inner {
    box-shadow: 1px 2px 15px #eaeaea;
}
.home-tuyensinh h3 {
    color: var(--color);
    margin: 10px 0px;
    text-transform: uppercase;
    font-family: var(--family-bold) !important
}
.home-tuyensinh p {
    color: #000;
    margin-bottom: 10px;
}
.btn-contact {
	margin-top: 8px;
}
.btn-contact a {
    background: var(--color);
    color: var(--color-hover);
    padding: 10px 35px;
    font-family: var(--family-bold) !important;
    text-transform: uppercase;
    border-radius: 5px;
}
.btn-contact a:hover {
    color: #fff;
}


/****************************************************/
.page-wrapper,
.entry-content.single-page {
    text-align: justify;
}
.page-wrapper strong,
.entry-content.single-page strong {
    font-weight: 600;
    font-family: var(--family) !important;
}

.row-divided>.col+.col:not(.large-12) {
    border-left: 0px solid #ececec;
}


.blog-archive .box-blog-post.box-text-bottom {
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.post_related .image-cover,
.blog-archive .image-cover {
    padding-top: 75% !important;
}
.post_related .box-text,
.blog-archive .box-text{
    padding: 10px;
    /*background: var(--color);*/
}
.post_related .box-text-bottom {
    padding: 10px;
    border: 1px solid #eaeaea;
}
.post_related h5.post-title,
.blog-archive h5.post-title{
    overflow: hidden;
    height: 45px;
    text-transform: uppercase;
    color: #000;
}
.post_related p.from_the_blog_excerpt,
.blog-archive p.from_the_blog_excerpt {
    height: 65px;
    overflow: hidden;
    color: #000;
    display: none;
}

.widget-title {
    background: #fff;
    color: #000;
    padding: 5px;
	margin: 0px 10px;
    font-family: var(--family-bold) !important;
}
.flatsome_recent_posts ul,
.widget_nav_menu ul,
.widget_categories ul {
    border: 1px solid var(--color);
	 margin-top: -10px;
}
.flatsome_recent_posts ul li,
.widget_nav_menu ul li,
.widget_categories ul li {
    padding-left: 5px;
}
.flatsome_recent_posts ul li:hover a {
    color: var(--color);
}
.widget_nav_menu ul li a,
.widget_categories ul li a {
    color: #000;
	padding:10px;
}
.widget_nav_menu ul li:hover,
.widget_categories ul li:hover {
    background: var(--color);
}
.widget_nav_menu ul li:hover a,
.widget_categories ul li:hover a {
    color: #fff;
}
.widget_categories .current-cat>a {
    color: var(--color);
}

.no-pading {
    padding: 30px 0px;
}

.category-custom-page .box-vertical  {
    box-shadow: 1px 0px 0px 1px #eaeaea;
}
.category-custom-page .box-vertical h3 {
    color: var(--color);
    margin: 10px 0px;
    font-size: 18px;
}
.category-custom-page .blog-date {
    margin: 10px 0px;
}
.category-custom-page .blog-description {
    overflow: hidden;
    height: 60px;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 10px;
}
.link-chitiet a {
    text-transform: uppercase;
    font-family: var(--family-bold) !important;
}

/**************************************************/



.scroll-to-bullets,
.absolute-footer {
	display: none;
}

.footer-1 {
	background-color: #c2262d;
}

.footer-1 .featured-box h3 {
    color: #fff;
    font-size: 13px;
    font-family: var(--family-bold) !important;
}
.footer-1 .featured-box ul li {
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-size: 13px;
}

.footer-1 .cs p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 10px;
}

.share-footer li {
    display: inline-block;
    float: left;
    padding: 0px;
    margin-top:15px;

}

.share-footer li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 50%;
    background: var(--color);
    color: var(--color-hover);
    border: 1px solid;
}

.header-button a{
    background: var(--color);
}

.sidebar-menu.no-scrollbar {
    background: var(--color);
}
.toggle,
.sidebar-menu.no-scrollbar ul li a {
    color: #fff;
}
.sidebar-menu.no-scrollbar ul.children {
    background: var(--color-hover);
}
.sidebar-menu.no-scrollbar ul.children li a {
    color: var(--color);
}


@media only screen and (min-width: 1640px) {
    .container, .row {
        max-width: 1500px;
    }
}

@media only screen and (max-width: 1024px) {
    .sec-news .blog-post .post-item:before {
        top: 56.5%;
    }
    .header-nav-main > li a {
        font-size: 9px;
    }
    .text-banner.text-center {
        top: 80%;
        left: 35%;
    }
}

@media only screen and (max-width: 812px) {
    .sec-banner {
        margin-top: 0px;
    }
    .sec-news .blog-post .post-item:before {
        top: 43.5%;
    }
    .text-banner.text-center {
        top: 75%;
        left: 30%;
    }
}
@media only screen and (max-width: 768px) {

    .sec-news .blog-post .post-item:before {
        top: 41.5%;
    }
}

@media only screen and (max-width: 767px) {
    .blog-archive .post-item {
        width: 33.3% !important;
        float: left;
    }
    .title-home h3 {
        font-size: 20px;
    }
    .text-banner.text-center {
        top: 75%;
        left: 30%;
    }
    .sec-banner {
        margin-top: 0px;
    }
    .sec-gmtb .row {
        background: var(--color);
    }
    .gmtb .box-vertical {
        padding: 25px;
    }
    .text-link {
        right: 0px;
        top: 0px;
    }
    .owl-dots {
        display: none;
    }
    .sec-news .tabbed-content {
        margin-top: 0px;
    }
    .sec-news .blog-post .box-text:before,
    .sec-news .blog-post .post-item:before {
        display: none;
    }
    .home-cs h4 {
        font-size: 12px;
    }
    .home-tuyensinh h3 {
        font-size: 13px;
    }
    .content-1 .icon-img img {
        margin-top: 50px;
    }
    .content-3 .icon-img img {
        margin-top: 9%;
    }
    .sec-abouts ul li {
        font-size: 16px;
    }
    .content-img-4 img {
        height: 255px;
    }
}

@media only screen and (max-width: 500px) {
    .blog-archive .post-item {
        width: 50% !important;
        float: left;
    }
    .text-banner.text-center {
        top: 65% !important;
        left: 8% !important;
    }

    
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}