/*
Theme Name: ZWTheme
Theme URI: https://zoomworld.vn
Author: ZW
Author URI: https://zoomworld.vn
Description: ZW
Text Domain: zw
Tags:
*/

/*font*/
@font-face { font-family: 'UTM-Avo-Bold'; src: url('assets/fonts/font-utmavo/utm-avobold.eot'); src: url('assets/fonts/font-utmavo/utm-avobold.woff') format('woff'), url('assets/fonts/font-utmavo/utm-avobold.ttf') format('truetype'), url('assets/fonts/font-utmavo/utm-avobold.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'UTM-Avo'; src: url('assets/fonts/font-utmavo/utm-avo.eot'); src: url('assets/fonts/font-utmavo/utm-avo.woff') format('woff'), url('assets/fonts/font-utmavo/utm-avo.ttf') format('truetype'), url('assets/fonts/font-utmavo/utm-avo.svg') format('svg'); font-weight: normal; font-style: normal; }

/*Code mobile menu*/
.menu-responsive {
    background: #444;
    top: 0;
    height: 100%;
    position: fixed;
    width: 300px;
    z-index: 9999;
    overflow: auto;
    display: none;
    transition: all 0.2s ease-out;
}

.menu-close {
    cursor: pointer;
    background: #333;
    color: #ffffff;
    overflow: hidden;
    font-size: 14px;
    text-align: right;
}

.menu-close span {
    float: left;
    text-transform: uppercase;
    margin: 7px 10px;
}

.menu-close i {
    background: #000;
    padding: 10px;
}

.menu-responsive ul {
    list-style: none;
    padding: 0;
}

.menu-responsive >ul>li {
    border-bottom: 1px solid #a0a0a0;
    position: relative;
}

.menu-responsive >ul>li>a {
    color: #fff;
    font-size: 15px;
    padding: 10px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-responsive >ul>li a:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    right: 10px;
    top: 13px;
}

.menu-responsive >ul >li a.dcjq-parent.active:before {
    content: "\f068";
}

.menu-responsive >ul >li a.dcjq-parent:before {
    content: "\f067";
}

.menu-responsive >ul>li>ul>li a {
    padding: 6px 20px;
    color: #eaeaea;
    font-size: 14px;
    display: block;
}


.menu-open {
    color: #3a763e;
    font-family: Roboto-Regular;
    font-size: 30px;
    padding: 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    cursor: pointer;
}
/*End code mobile menu*/
/*Main menu*/
nav.main_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*nav.main_menu {
    margin: 5px 0px;
}*/

nav.main_menu ul>li {
    display: inline-block;
    padding: 25px 10px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 3px solid #652366;
}

nav.main_menu ul>li:hover {
    border-bottom: 3px solid #3a763e;
}

nav.main_menu a {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 600;
}

.product_item a:hover {
    color: #FF6709;
}
nav.main_menu>ul>li>ul>li a {
    color: #014876;
}
nav.main_menu, nav.main_menu a {
    font-family: 'HelveticaNeue', tahoma, arial;
    text-align: right;
}

nav.main_menu ul>li>ul {
    display: none;
}

nav.main_menu >ul>li:hover>ul.sub-menu {
    display: block;
}

nav.main_menu >ul>li>ul.sub-menu {
    display: none;
    width: 220px;
    position: absolute;
    top: 76px;
    left: 0px;
    z-index: 200;
    background: #ececec;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-top: 1px solid #ccc;
}

nav.main_menu >ul>li>ul>li>ul {
    background: red;
    position: absolute;
    width: 180px;
    left: 180px;
    top: 0;
    padding: 5px;
    display: none;
}


nav.main_menu>ul>li>ul>li {
    border-bottom: 1px dashed #ccc;
    width: 100%;
    text-transform: none;
    text-align: left;
    padding: 10px;
}

nav.main_menu>ul>li>ul>li>a {
    text-decoration: none;
}

nav.main_menu>ul>li>a {
    text-decoration: none;
    font-style: italic;
}

nav.main_menu >ul >li.menu-item-has-children >a:after {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-left: 5px;
}
/*End Main menu*/
body, h1,h2, h3, h4, h5, h6, p, span, a {
    font-family: 'UTM-Avo', tahoma, arial;
}
h1 {font-size: 26px; font-weight: 600;}
h2 {font-size: 24px; font-weight: 600;}
h3 {font-size: 22px; font-weight: 600;}
h4 {font-size: 20px; font-weight: 600;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
body, p {
    font-size: 16px;
}
.header-section {
    background-color: #fff;
/*    border-bottom: 2px solid #F4F4F4;*/
}
.section-footer {
    background-color: #4B4B4B;
}

.copyright {
    text-align: center;
    padding: 10px;
    color: #fff;
}
.news, .single__section, .page-section {
    margin: 30px 0px;
}

article.single__item {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

h4.cat_name {
    font-size: 24px;
    text-transform: uppercase;
    border: 1px solid #71A42F;
    padding: 15px;
    background-color: #71A42F;
    color: #fff;
    border-radius: 10px;
    width: 50%;
    margin: auto;
}
.product_cat {
    margin-bottom: 30px;
}
h1.dm-sp-title, h1.title-cat, h1.entry-title {
    margin: 0px 0px 15px 0px;
}
h3.news_title {
    margin: 5px 0px 15px 0px;
}
.sidebar h3.widget-title {
    font-size: 18px;
    background-color: #3a763e;
    color: #fff;
    padding: 5px;
    margin-top: 0px;
}
h1.entry-title {
    color: #b91e1e;
    margin-top: 20px;
}
.news_item {
    border: 1px solid #dedede;
    margin-bottom: 15px;
}
h3.news__title {
    margin-top: 10px;
    text-align: center;
}
h3.news_title a {
    text-decoration: none;
}
nav.main_menu>ul>li>ul>li:hover {
    background-color: #39763e;
}
nav.main_menu>ul>li>ul>li:hover>a {
    color: #fff;
}

/*project*/
.project {
    position: relative;
}

.project h3 {
    position: absolute;
    bottom: 10px;
    background: rgba(204, 204, 204, 0.7);
    width: 100%;
    padding: 5px 10px 5px;
    min-height: 54px;
    display: table;
    line-height: 20px;
}
.project h3 a {
    display: table-cell;
    vertical-align: middle;
}
.project h3.news__title a, h3.news__title a {
    color: #222;
}
.project h3.news__title a {
    text-transform: uppercase;
}

/*End*/

h2.title-block {
    text-align: center;
    letter-spacing: 1px;
    font-family: 'UTM-Avo-Bold', tahoma, arial;
    font-size: 26px;
    padding-bottom: 15px;
    font-style: italic;
}
h2.title-block-project {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'UTM-Avo-Bold', tahoma, arial;
    font-size: 26px;
    padding-bottom: 15px;
    font-style: italic;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.service-item {
    text-align: center;
    border: 1px dashed #dedede;
    padding: 20px 10px;
    margin: 20px 0px;
    min-height: 250px;
    background-color: #fdfdfd;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
}
.service-item-one {
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    margin: 20px 0px;
    min-height: 250px;
    background-color: #00ADF0;
}
.service-item:hover {
    transform: scale(1.02, 1.02);
    transition: all 0.3s;
}
.service-item i, .service-item-one i {
    font-size: 24px;
}
h3.service-title {
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-size: 18px;
}
.featured-section {
    background: url(http://vpa.thietkewebwordpress.vn/wp-content/uploads/2017/10/banner-ngang-2.jpg);
    padding: 20px;
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.meta-1 {
    font-size: 20px;
}
.button {
    color: #fff;
    width: 250px;
    padding: 15px;
    text-align: center;
    margin: auto;
    border: 2px solid;
    border-radius: 10px;
    margin-top: 25px;
}

.button:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
}
.button-1 {
    color: #652366;
    width: 250px;
    padding: 15px;
    text-align: center;
    margin: auto;
    border: 2px solid;
    border-radius: 10px;
    margin-top: 25px;
}

.button-1:hover {
    color: #fff;
    background-color: #652366;
    border: 2px solid #fff;
}
.button-2 {
    color: #fff;
    width: 250px;
    padding: 15px;
    text-align: center;
    border: 2px solid;
    border-radius: 10px;
    margin-top: 25px;
}

.button-2:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
}
.featured-post-section {
    background-image: url(https://midpitches.com/wp-content/uploads/2017/10/background-img.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0!important;
}

.button-project a, .button-about a {
    color: #fff;
    text-decoration: none;
}
.button-news a, {
    text-decoration: none;
}
.about-section {
    background-color: #5B005E;
    color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #652366;
    border-color: #652367;
}
nav.breadcrumbs {
    background-color: #f9f9f9;
    border: 1px dashed #dedede;
    padding: 5px;
}
p#breadcrumbs {
    margin-bottom: 0px;
}
/*viet css*/
h1.logo {
    margin-bottom: 0;
    margin-top: 5px;
}
div.logo {
    margin-top: 20px;
}

nav.main_menu ul>li.current-menu-item {
    border-bottom: 3px solid #3a763e;
}

img.img-contact {
    max-width: 390px;
    padding-top: 24px;
    padding-bottom: 0;
}

.service-section {
    background-color: #F4F4F4;
}
.service-section, .partner-section, .featured-post-section, .news-section, .about-section,.support-section {
    padding: 25px 0px 30px 0px;
}

section.section__partner .item {
    border: 1px solid #ccc;
    margin: 5px;
}

.footer_widget_content .widget-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.footer_widget_content .textwidget img {
    padding: 5px;
    max-width: 60px;
}
/*end*/
.about-item {
    border: 1px dashed;
    padding: 10px 15px;
    margin: 15px 0px;
    min-height: 180px;
}
article.news-item {
    margin-bottom: 20px;
}
.news-meta h3.news-title {
    margin-top: 5px;
}
h3.news-title a {
    text-decoration: none;
}
.support-section {
	background-image: url(assets/images/bg-contact.jpg);
    background-repeat: no-repeat;
}
.input-group {
    margin: 5px 0px;
}

.form-contact {
    padding: 30px;
    background-color: #fff;
    margin: 10px 0px;
    box-shadow: 2px 2px 5px 0px #dedede;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.about-item i {
    font-size: 22px;
    margin: 0 auto 10px;
    width: 20px;
    display: block;
}

h4.title-form-contact:after {
    content: "";
    height: 2px;
    width: 50px;
    display: block;
    margin: 15px 0px;
    border-bottom: 3px solid #fc0000;
}

.btn-success:hover {
    color: #fff;
    background-color: #3d93be;
    border-color: #3d93be;
}
/*article.news__item:hover {
    transform: scale(1.02, 1.02);
    transition: all 0.3s;
    border: 1px solid #3a763e;
}*/
article.news__item .news__thumb {
    display: inline-block;
    overflow: hidden;
}
article.news__item:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
}
.news__item {
    background-color: #fff;
    margin-bottom: 15px;
}
.news__meta {
     padding: 0px 10px 10px;
}
.footer_widget {
    background-color: #5B005E;
    padding: 20px 0px;
    border-top: 3px solid #642365;
    color: #fff;
}
h3.news__title a {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}
.widget ul {
    padding-left: 20px;
}
.hotline-sp {
    text-align: center;
    padding: 7px 0px 0px 0px;
}
p.support {
    color: #3a763e;
    font-weight: 900;
}
p.hotline {
    border: 1px solid #7ECA14;
    background-color: #7ECA14;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
p.support i {
    font-size: 24px;
}
.hotline-sp a {
    text-decoration: none;
}
.news-section .news__meta {
    padding: 5px 0;
}
.hotline-sp p, .hotline-sp a {
    display: inline-block;
}
p.hotline {
    padding: 0 7px 3px;
}
.footer_widget_content a {
    text-decoration: none;
}
/*Css Pagination*/
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

.navigation ul {
    padding: 0;
    margin: 5px;
}

.navigation {
    margin: 50px 0;
    text-align: center;
}
/*End Css Pagination*/

/*youtube*/
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/*end*/
.intro-video {
    box-shadow: 1px 1px 5px 0px rgba(255, 255, 255, 0.8);
}

/*Mobile css*/
@media (max-width: 768px){
    .hotline-sp{margin: 23px 0;}
    .menu-open{margin: 20px 0;font-size: 36px;}
}

@media (max-width: 480px){
    .news-section [class*="col-xs"], .featured-post-section [class*="col-xs"] {
        padding: 10px;
    }
    .news-section {
        padding: 0 10px;
    }
    .menu-open{padding: 15px 10px;}
    h1.logo {margin: 5px;}
    .news-meta h3.news-title {margin-top: 10px;}
    .logo>a>img {
        width: 70%;
    }
    .hotline-sp{margin: 2px 0; border-top: 1px solid #ccc;}
    .menu-open{margin: 2px 0;font-size: 32px;}
    h3.news__title a {
        font-size: 13px;
    }
    
}



@media (min-width: 768px){
    .fixed{position: fixed;}
}

/*stiky menu*/
    .fixed { z-index: 99999;  width: 100%; top: 0; right: 0; left: 0; transition: all 0.2s ease-in-out 0s; -moz-animation: 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; }
    }
