@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body, html {
    font-family: 'Roboto', sans-serif;
}
.container {
    max-width: 1200px;
}
/* menu header */
.sticky-header {
    position: sticky; 
    top: 0;
    z-index: 10000;
}

#logo-header .img-fluid {
    height: 70px;
}
/* menu respon */
#logo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-menu-mb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-menu-mb form#searchform {
    position: unset;
    min-height: 50px;
    width: 80%;
}
ul#main-mb-menu {

    margin-top: 10px;
    display: block;
    display: none;
}
ul#main-mb-menu > li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    transition: background-color .3s;
    margin: 0 17px;
    font-size: 15px;
}
ul#main-mb-menu > li > a {
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #137fbb;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    transition: all .2s;
    padding-bottom: 20px;
    padding-top: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
ul#main-mb-menu > li > a:hover {
    color: #fa7e19;
    text-decoration: none;
}
/* end menu responsive */
div#wrapper-navbar {
    background: #d7d7d7;
}

ul#main-menu {
    margin-top: 10px;
}
ul#main-menu > li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    transition: background-color .3s;
    margin: 0 17px;
    font-size: 15px;
}
ul#main-menu > li > a {
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #137fbb;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    transition: all .2s;
    padding-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
ul#main-menu > li > a:hover {
    color: #fa7e19;
    text-decoration: none;
}

li:hover ul.sub-menu {
    opacity: 1; 
    max-height: inherit; 
    left: -15px; 
}
ul.sub-menu {
    position: absolute;
    min-width: 260px;
    max-height: 0;
    z-index: 9;
    padding: 0 0;
    opacity: 0;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
    left: -99999px;
}
ul.sub-menu > li {
    padding: 0 0;
    list-style: none;
    display: block;
    margin: 0;
    vertical-align: top;
}
ul.sub-menu > li a {
    color: #2e2e2e;
    border-bottom: 1px solid #ececec;
    transition: all .2s;
    width: auto;
    display: block;
    padding: 10px 10px;
    line-height: 1.3;
}
ul.sub-menu > li a:hover {
    text-decoration: none;
    color: #fa7e19;
}
.searchform { 
    width: 60%;
    padding-top: 10px;
    left: 10%;
    position: relative;
}
.top-icon-language {
    width: 100%;
    height: 100%;
}
.menu-icon-language {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-icon-language li {
    list-style: none;
    margin-right: -13px;
}

/* end menu header */
/* about company home */
.rowAbout {
    padding-top: 30px;
    background: rgb(235, 235, 235);
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.aboutCompanyHome p {
    font-size: 15px;    
}
.aboutCompanyHome h4 {
    font-size: 17px;    
}
.buttonAboutComp {
    margin-top: -13px;
}
.buttonAboutComp > button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-classic.vc_btn3-color-default {
    padding: 0 15px;
    min-height: 30px;
    height: 31px;
    background: dodgerblue;
    border: none;
    border-radius: 5px;
    color: white
}
.buttonAboutComp > button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-classic.vc_btn3-color-default:hover {
    outline: none;
    opacity: 1;
    background: rgb(15, 113, 149);
    transition: linear all 1s;
}

/* end about company home */

/* custom post for home */
.news-post {
    margin-top: 30px;
}
.side-news-post {
    margin-top: 0;
}
.tin-post-img {
    border: 1px solid;
    float: left;
    margin-bottom: 20px;
}
.tin-post-img .img-fluid {
    width: 400px;
    height: 200px;
    /*    min-height: 200px;*/
}
.tin-post-img .img-fluid:hover {
    opacity: 0.7;
    transition: ease-in-out 0.5s;
}
.title-area-post {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ececec;
    margin-bottom: 20px;
}
.title-area-post > h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #ec1a23;
    padding-bottom: 7.5px;
    margin-bottom: -2px;
    font-weight: 700;
}
.title-area-post > a {
    color: #00aae7;
    font-size: 13px;
    font-weight: normal;
}
.title-area-post > a:hover {
    text-decoration: none;
    color: #00aae7;
}
.title-area-post > a > i.fa.fa-angle-right {
    margin-right: 0;
    margin-left: 10px;
}
.tin-post-content a{
    text-decoration: none;
}
.tin-post-content {
    margin: 10px 10px -9px 11px;    
}
.title-a-post-homepage a {
    padding-left: 20px; 
    color: black;
    text-align: left;
    font-weight: bold;
    margin: 15px auto;
    line-height: 21px;
    font-size: 15px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.desc-post-home {
    display: flex;
}
.wrapp-btn-more {
    padding-bottom: 20px;
}
.btn-more-post {
    /*    padding: 0 15px;*/
    width: 100px;
    height: 30px;
    background: dodgerblue;
    border: none;
    border-radius: 4px;
}
.btn-more-post a {
    color: #fff;
    font-size: 15px;  
}
.btn-more-post:hover {
    outline: none;
    opacity: 1;
    background: rgb(15, 113, 149);
    transition: linear all 0.5s;
}
/* end custom post for home */

/* slider customer */
.customHeadingLogo {
    color: #ff6600; 
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.customHeadingLogo:after,
.customHeadingLogo:before {
    content: '';
    border-top: 2px solid #ececec;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}
.customHeadingLogo:after {
    margin: 0 0 0 20px;
}
.customSlideCus {
    margin-top: 30px;
    margin-bottom: 30px;
}
.owl-nav {
    display: none;
}
/*button.owl-prev {
    position: absolute;
    top: 11px;
    left: -35px;
    height: 30px;
    width: 30px;
    background-color: #58daef !important;
    border-radius: 50%;
    display: inline-block;
}
button.owl-next {
    position: absolute;
    top: 11px;
    right: -35px;
    height: 30px;
    width: 30px;
    background-color: #58daef !important;
    border-radius: 50%;
    display: inline-block;
}
button.owl-next,button.owl-prev:focus {
    outline: 0;
}
button.owl-prev>i.fa.fa-angle-left {
    color: white;
}
button.owl-next>i.fa.fa-angle-right {
    color: white;
}*/

/* end slider */


/*                              footer */
.title-footer-post a {
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*.content-post-footer {
    margin-bottom: 10px;
}*/
footer#footer{
    padding-top: 40px;
    /*    padding-bottom: 40px;*/
    width: 100%;
    background: rgb(34, 36, 41);
    position: relative;
}
ul.menu-item-footer {
    padding-left: 23px;
}
ul#menu-gioi-thieu {
    display: block;
}
.custom-col h3 {
    color: #fff;
    font-size: 1.25em;
}
/*.custom-col ul li {
    color: #27aae3;
    list-style-type: square;
}*/
.custom-col ul li a:hover {
    text-decoration: none;
}
.custom-col p {
    margin-bottom: 8px;
    font-weight: 500;
    color: #fff;
}
.custom-col a {
    font-size: 14px;
    text-decoration: none;
    color: #c0c0c0;
}
.custom-col a:hover {
    color: white;
}
.absolute-footer {
    background: #25272d;
    color: rgba(255,255,255,0.5);
    padding: 10px 0 15px;
    font-size: .9em;
}
.pull-left {
    float: none;
}
/*.custom-col .row div {
    padding-right: 5px;
    padding-left: 5px;
}*/
.col-md-4.col-4.img-post-footer {
    margin-right: -10px;
    margin-bottom: 15px;
}
h6.title-footer-post a {
    text-align: justify;
}
.component-content-footer img {
    width: 80px;
    float: left;
}
.component-content-footer {
    margin-bottom: 5px;
}


/* end footer */


/*                   sidebar left               */
#menu-menu-gioi-thieu {
    padding: 0;
}
aside#nav_menu-2 {
    margin-bottom: 30px;
}
aside#nav_menu-2 > h3 {
    text-transform: uppercase;
    margin-right: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background: #0984c7;
    display: block;
    width: 100%;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    padding-top: 5px;
    font-weight: normal;
    font-size: 18px;
}
aside#nav_menu-2 li {
    border-bottom: 1px dotted #dadada;
    background: url(http://cadcam-vn.123websitedev.com/wp-content/uploads/2019/11/bullet.jpg);
    background-repeat: no-repeat;
    padding: 10px 0;
    padding-left: 30px;
    background-position: 10px;
    list-style: none;
}
aside#nav_menu-2 a{
    color: black;
    text-decoration: none;  

}
aside#nav_menu-2 a:hover {
    text-decoration: none;
    color: #f1592b;
}
/*
menu side bar left for JP language
*/
ul#menu-men-gioi-thieu-japan {
    padding: 0;
}
aside#text-12 {
    margin-bottom: 15px;
}

aside#text-12 h3 {
    padding-bottom: 5px;    
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background: #0984c7;
    display: block;
    width: 100%;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 5px;
    font-weight: normal;
    font-size: 18px;
}
aside#nav_menu-6 > h3 {
    text-transform: uppercase;
    margin-right: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background: #0984c7;
    display: block;
    width: 100%;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    padding-top: 5px;
    font-weight: normal;
    font-size: 18px;
}
aside#nav_menu-6 li {
    border-bottom: 1px dotted #dadada;
    background: url(http://cadcam-vn.123websitedev.com/wp-content/uploads/2019/11/bullet.jpg);
    background-repeat: no-repeat;
    padding: 10px 0;
    padding-left: 30px;
    background-position: 10px;
    list-style: none;
}
aside#nav_menu-6 a{
    color: black;
    text-decoration: none;  

}
aside#nav_menu-6 a:hover {
    text-decoration: none;
    color: #f1592b;
}

.tin-post-img .img-fluid {
    width: 400px;
    height: 200px;
    /*    min-height: 200px;*/
}
.tin-post-img .img-fluid:hover {
    opacity: 0.7;
    transition: ease-in-out 0.5s;
}
.title-area-post {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ececec;
    margin-bottom: 20px;
}
.title-area-post > h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #ec1a23;
    padding-bottom: 7.5px;
    margin-bottom: -2px;
    font-weight: 700;
}
.title-area-post > a {
    color: #00aae7;
    font-size: 13px;
    font-weight: normal;
}
.title-area-post > a:hover {
    text-decoration: none;
    color: #00aae7;
}
.title-area-post > a > i.fa.fa-angle-right {
    margin-right: 0;
    margin-left: 10px;
}



.btn-more-post a {
    color: #fff;
    font-size: 15px;  
}
.btn-more-post:hover {
    outline: none;
    opacity: 1;
    background: rgb(15, 113, 149);
    transition: linear all 0.5s;
}
/*
end menu side bar left for JP language
*/
/*
menu side bar left for US language
*/
ul#menu-menu-gioi-thieu-us {
    padding: 0;
}
aside#nav_menu-7 {
    margin-bottom: 30px;
}
aside#text-11 {
    margin-bottom: 15px;
}
aside#text-11 h3 {
    padding-bottom: 5px;    
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background: #0984c7;
    display: block;
    width: 100%;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 5px;
    font-weight: normal;
    font-size: 18px;
}
aside#nav_menu-7 > h3 {
    text-transform: uppercase;
    margin-right: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background: #0984c7;
    display: block;
    width: 100%;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    padding-top: 5px;
    font-weight: normal;
    font-size: 18px;
}
aside#nav_menu-7 li {
    border-bottom: 1px dotted #dadada;
    background: url(http://cadcam-vn.123websitedev.com/wp-content/uploads/2019/11/bullet.jpg);
    background-repeat: no-repeat;
    padding: 10px 0;
    padding-left: 30px;
    background-position: 10px;
    list-style: none;
}
aside#nav_menu-7 a{
    color: black;
    text-decoration: none;  

}
aside#nav_menu-7 a:hover {
    text-decoration: none;
    color: #f1592b;
}
/*
end menu side bar left for US language
*/
.sidebarForm {
    margin-top: 20px;
    background: #29aae3;
    padding: 14px;
    border-radius: 3px;
    color: white;
}
aside#text-2 {
    margin-bottom: 15px;
}
aside#text-2 h3 {
    padding-bottom: 5px;    
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background: #0984c7;
    display: block;
    width: 100%;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 5px;
    font-weight: normal;
    font-size: 18px;
}
h4.title-post-sidebar a {
    background: url(http://cadcam-vn.123websitedev.com/wp-content/uploads/2019/11/bullet.jpg);
    background-repeat: no-repeat;
    padding: 2px 0 0 0;
    padding-left: 16px;
    background-position: -2px;
    color: black;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.meta-post-sidebar {
    display: flex;
}
.meta-post-sidebar p {
    padding-right: 13px;
    font-size: 13px; 
}
.meta-post-sidebar a {
    color: #555;    
}
p.folder-meta::before {
    padding-right: 5px;
    content: "\f07b";
    font-family: 'FontAwesome';
}
p.user-meta::before {
    padding-right: 5px;
    content: "\f007";
    font-family: 'FontAwesome';
}

.sidebarForm input[type=text] {
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 3px 10px !important;
    height: 2.507em;
    font-size: .97em;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}
.sidebarForm textarea {
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 3px 10px !important;
    height: 2.507em;
    font-size: .97em;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s; 
}
.sidebarForm input[type=text]:focus {
    box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    outline: 0;
    color: #333;
    background-color: #fff;
}
.sidebarForm text:focus {
    box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    outline: 0;
    color: #333;
    background-color: #fff;
}
.sidebarForm input[type=submit] {
    background-color: #00aae7;
    font-weight: normal;
    border: 1px solid white;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 10px;
    font-size: .97em;
    letter-spacing: .03em;

}
.sidebarForm input[type=text]:hover {
    box-shadow: inset 0 -1.8em 1em 0 rgba(0,0,0,0);
}
.sidebarForm textarea:hover {
    box-shadow: inset 0 -1.8em 1em 0 rgba(0,0,0,0);
}
.sidebarForm input[type=submit]:hover {
    outline: none;
    opacity: 1;
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);  
}
.title-sidebar-post{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #0984c7;
    margin-bottom: 20px;
}
.title-sidebar-post > h3 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ff6600;
    padding-bottom: 7.5px;
    margin-bottom: -2px;
    font-weight: 700;
}
.tin-post.widget .row {
    margin-top: 15px;
    margin-right: -5px;
    margin-left: -5px;
}
.tin-post-side.widget {
    padding-bottom: 15px;
    border-bottom: 1px dotted #e2e2e2;
    padding-top: 5px;
    padding-left: 10px;
}

.sidebar-post-img .img-fluid {
    width: 100%;
    max-height: none;
}
.tin-post-side.widget .row > div {
    padding-right: 5px;
    padding-left: 5px;
}
.tin-post-side.widget .sidebar-post-img a {
    display: flex;
    height: 85px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.tin-post-side.widget .sidebar-post-img a img {
    height: 100%;
    max-width: unset;
    width: auto;
}
/*            end sidebar left                 */
.rowSectionAbout {
    margin-top: 50px;
}

/*   Custom post layout          */
.title-post-custom {
    text-align: center;
}
.item-post {
    margin-bottom: 30px;

}
h2.entry-title.title-post-layout {
    color: #111111;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    margin: 10px 0 10px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}
.item-post>div {
    background: #f9f5f5;
    margin: 15px 0;
    width: 100%;
    height: 100%;
    border: 1px solid;
    overflow: hidden;
}
.item-post img.wp-post-image {
    width: 100%;
    height: 130px;
}
.item-post img.wp-post-image:hover {
    transition: ease-in-out all ,1s;
    opacity: 0.7;
}
.item-post h2 a {
    color: #111111;
}
.item-post h2 a:hover {
    text-decoration: none;  
}
.entry-meta.post-by {
    text-align: center;
    color: #000000;
    font-size: 11px;
    font-weight: 700;
}
.custom-content-post {
    font-size: 14px;
    text-align: justify;
    padding: 0 15px;

}

/*    end                        */

.customContentPage p {
    text-align: justify;
}
/*     banner for page and post             
.banner-fill {
    height: 200px;
    min-height: 200px;
}
*/
.bg-fill {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    max-width: 100%;

}
h1.page-title.title-post-custom {
    text-transform: capitalize;
    text-align: left;
    color: white;
    font-size: 30px;
}
.breacrr {
    position: absolute;
    top: 50px;
}
.bg-fill .container {
    position: relative;
}

div#breadcrumbs a {
    font-size: 20px;
    color: white;

}
div#breadcrumbs a:hover {
    color: black;

}
div#breadcrumbs {
    font-size: 17px;
    color: white;
}

/*     end banner                           */

/*                  gallery media                */
.grid-masonry-custom {
    max-width: unset;
}
/*                  end gallery                 */

/*             Video media                  */
.rowVideoPage {
    margin: 60px 0;
}
.headingVideo {
    color: white;
    background: turquoise;
    font-size: 20px;
    text-align: center !important;
    padding: 7px 0;
}
/*           end Video                     */

/* tuyen dung                        */
.tuyendungForm_wrapper {
    display: flex;
    justify-content: center;
}
.gform_wrapper .tuyendungForm .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
}
.tuyendung {
    display: flex;
}   
.info-post {
    margin: 20px 0;
    color: #8d8d8d;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 10px;
}
.info-post i {
    padding: 0 5px;
}
.single-post-title {
    font-size: 32px;
}
.customHeadingTuyendung {
    text-align: center !important;
    font-size: 18px;
    font-weight: 700;

}
form.tuyendungForm input[type=submit] {
    color: white;
    padding: 0 15px;
    background: rgb(0, 170, 231);
    border: none;
    border-radius: 5px;
    border: 1px solid rgb(0, 170, 231);
    padding: 5px 20px;
}
input#input_4_4 {
    border: 1px dashed #ccc;
}
input#input_6_4 {
    border: 1px dashed #ccc;
}
input#input_8_4 {
    border: 1px dashed #ccc;
}
/* end tuyen dung                   */

/*                search page        */
.page-title-search {
    font-size: 30px;
}
.title-result-search a {
    font-weight: bold;
    font-size: 20px;
    color: black;
}
.title-result-search a:hover {
    text-decoration: none;
}
.btn-secondary {
    padding: 3px 15px;
    min-height: 30px;
    height: 31px;
    background: rgb(0, 170, 231);
    border: none;
    border-radius: 5px;
    color: white
}
/*               end search page    */


/* custom search for mobile                   */
form#form-search-custom {
    display: flex;
    align-items: center;
}

a#search-btn {
    height: 30px;
    width: 33px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 3px;
}

.fa {
    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;
}

div#search-popup input#search {
    padding: 4px 6px;
    height: 30px;
    border: 1px solid #172f66 !important;
    min-width: 220px;
}
/*   end   custom search for mobile                   */
a#search-btn:focus {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: black;
}
.btn-menu-mb {
    font-size: 24px;
}
ul#main-menu li ul ul.sub-menu {
    position: absolute;
    left: 26px; 
    z-index: 99999;
    display: block;
    padding: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05), 0 4px 6px rgba(0,0,0,0.1);
    background-color: #ffffff; 
    opacity: 0;
    transition: left 0s ease 0.6s, opacity 0.6s ease 0s; 
}
ul#main-menu li > ul.sub-menu li:hover > ul.sub-menu{
    left: 100%;
    opacity: 1;
    top: -2px;
    transition: left 0s ease 0s, opacity 1s ease 0s;
}
/*ul.sub-menu li ul.sub-menu {
    width: 30px;
}*/

/*                   custom post per child services */
.news-post-child-services {
    margin-top: 15px;
}
.customWidthColServices .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
}

.tin-post-child-services {
    /*    margin-bottom: 40px;*/
    /*    border-bottom: 2px solid crimson;*/
}
.tin-post-child-services-img, .child-services-img {
    /*    float: left;*/
    border: 1px solid;
    margin-bottom: 10px;
}
.child-services-img {
    height: 150px;
}
.tin-post-child-services-img {
    height: 300px;
}
.tin-post-child-services-img .img-fluid, .child-services-img .img-fluid {
    width: 100%;
    height: 100%;
    /*    min-height: 200px;*/
}
.tin-post-child-services-img .img-fluid:hover, .child-services-img .img-fluid:hover {
    opacity: 0.7;
    transition: ease-in-out 0.5s;
}
.heading-post-child {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ececec;
    margin-bottom: 20px;
}
.heading-post-child > h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #ec1a23;
    padding-bottom: 7.5px;
    margin-bottom: -2px;
    font-weight: 700;
}
.heading-post-child > a {
    color: #00aae7;
    font-size: 13px;
    font-weight: normal;
}
.heading-post-child > a:hover {
    text-decoration: none;
    color: #00aae7;
}
.heading-post-child > a > i.fa.fa-angle-right {
    margin-right: 0;
    margin-left: 10px;
}
.tin-post-child-content a {
    text-decoration: none;
}
.tin-post-child-content {
    margin-bottom: 20px;
    margin-top: 15px;
    /*    margin: 0 0 0 10px;*/
}
.btn-more-post a:hover {
    text-decoration: none;
}
.title-post-child a {
    color: black;
    text-align: left;
    font-weight: bold;
    /*    padding-left: 20px;
        margin: 0 0 0 9px;*/
    line-height: 21px;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    display:-webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*              end custom post per child services */
.customHeadingServices {
    border-bottom: 2px solid #ececec;
    font-size: 20px;
    text-transform: uppercase;
    color: #ec1a23;
    padding-bottom: 7.5px;
    margin-bottom: -2px;
    font-weight: 700;
}



@media (max-width: 767px){
    #logo-header .img-fluid {
        height: 60px;
    }
    .sticky-header {
        position: static; 
    }
    ul.sub-menu {
        position: unset;
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        border: none;
    }

    .nav.menu-nav .menu-item-has-children {
        position: relative !important;
    }
    .nav.menu-nav .menu-item-has-children .basel-cats-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 10px;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .nav.menu-nav .menu-item-has-children .basel-cats-toggle:before {
        content: "+";
        font-family: 'Font Awesome 5 Pro';
    }
    .menu-gioithieu-footer ul {
        display: block;
    }
    .img-post-footer {
        margin-bottom: 15px;
    }
    .searchform button#button-addon5 {
        height: 34px;
    }
    .searchform input#s {
        height: 34px;
    }
    .absolute-footer {
        background: #000000;
        margin-top: 15px;
        color: white;
        padding: 10px 0 15px;
        font-size: .9em;
    }
    #left-sidebar {
        order: 2;
    }
    h2.entry-title.title-post-layout {
        margin: 0;
    }
    .entry-meta.post-by {
        margin: 0;
    }
    .info-post {
        margin: 4px 0;
    }
    .col-md-10 {
        background: #ff0000; 
        padding: 3px 10px;
    }
    .top-icon-language {
        width: 100%;
        height: 100%;
    }
    .menu-icon-language {
        justify-content: flex-end;
    }
    .menu-icon-language li {
        padding: 0 10px;
        margin-right: 0;
    }
    .tin-post-child-services {
        margin-bottom: 0 !important;
    }
    .tin-post-child-services-img {
        float: none !important;
        display: flex;
        height: 150px;
        justify-content: center;
    }
    .tin-post-child-content {
        margin-left: 0;
        margin-top: 0;
    }
    .title-post-child a {
        padding: 0px !important;
    }
    .desc-post-home p {
        padding-left: 8px !important;
    }
    .post-one-img .img-fluid {
        width: 100%;
        height: 100%;
    }

    .btn-more-post {
        width: 100px;
    }
    .customWidthColServices .col-md-3 { 
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .heading-post-child > h3 {
        font-size: 16px;
    }
}