img{
    max-width: 100%
}

body, html{ 
    font-family: Arial; 
    font-size:13px; 
    background: #fff; 
    text-decoration: none 
}

#primary-menu{
    position: relative;
    float: none;
    margin: 0 auto;
    max-height: 60px;
}

#primary-menu img{
    line-height: 0;
    vertical-align: middle;
    box-sizing: border-box;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.flag img{
    border: 1px #f2f2f2 solid;
}
#primary-menu > li > a{
    border-left: 1px #ea7575 solid;
    height: 18px;
}

#primary-menu > li.current > a{
    border-left: 1px #03ace5 solid;
}

#primary-menu > li:hover > a{
    border-left: 1px #03ace5 solid;
    background: #29b6f6;
}

.main-navigation {
    background: #ef5350
}

.main-navigation ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-navigation a {
    font-size: 16px;
    padding: 23px 18px;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    line-height : inherit;
    padding-bottom: 19px;
    text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation .current > a {
    background: #29b6f6;
    color: #fff;
}

#header .container{
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.main-navigation ul ul {
    left: 0;
    top: 100%;
    min-width: 260px;
    position: absolute;
    display: none;
    z-index: 100;
    padding: 0;
    border-radius: 0;
    background: #fff;
    border: 1px #f2f2f2 solid;
}

.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul {
    display: block;
}

.main-navigation ul ul li {
    border: none;
    height: auto;
    display: block;
    background: none;
    width: 325px;
}

.main-navigation ul ul a {
    color: #222;
    background: none;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
    padding: 14px 28px;
    border-radius: 0;
    display: block;
    height: auto;
    transition: background 0.2s, color 0.2s;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
}

.main-navigation ul ul li:last-child a {
    border-bottom: none;
}

/* Active/hover submenu item */
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul a:hover {
    background: #29b6f6;
    color: #fff;
}

/* Đảm bảo menu con không bị che khuất */
.main-navigation {
    overflow: visible;
    position: relative;
    z-index: 100;
    border-bottom: 5px #03ace5 solid;
    background: #e75252;
    clear: both;
    display: block;
}

.menu-x-menu-container{
    max-width: 1265px;
    margin: 0 auto;
}

.main-navigation .sub-menu a{
    padding: 15px 18px;
    color: #333;
    display: block;
    text-transform : uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 120%;
    text-align: left;
}

.site-branding{
    position: absolute;
    width: 100%;
    z-index: 1;
}

#header .branding, #footer .container{
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}

.branding a{
    max-width: 10%;
    float: left;
    display: inline-block;
}

#footer{
    border-bottom: 2px #54c5d0 solid;
    background: #006cb5;
    background-size: cover;
    float: left;
    padding: 20px 0px;
    width: 100%;
    border-top: 5px #36b8ec solid;
    margin-top: 15px;
}

#footer .footer-left{
    line-height: 25px;
    float: left;
    font-size: 13px;
    margin: 0;
    color: #fff;
    max-width: 33.33%;
}

#footer .footer-right{
    width: auto;
    float: right;
    margin: 0;
    color: #fff;
    max-width: 33.33%;
    line-height: 25px;
}

#footer iframe{
    border: 0;
    margin-top: 15px;
}

.option{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 100;
}

.options-services{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    right: 0;
}

.options-services a {
    display: block;
    color: #fff;
    background: #54c5d0;
    border-bottom: 2px #33ace5 solid;
    margin-bottom: 1px;
    padding: 4px;
    text-transform: capitalize;
    line-height: 16px;
}

.options-services img{
    clear: both;
    display: block;
    text-align: right;
    float: right;
    font-size: 10px;
    font-weight: bold;
    margin: 2px;
}

.options-services span {
    clear: both;
    display: block;
    text-align: right;
    float: right;
    font-size: 10px;
    font-weight: bold;
    margin: 2px;
    min-width: 55px;
}

.options-services a::after {
    content: " ";
    display: block;
    clear: both;
}

.options-services a:hover {
    background: orange;
    border-bottom: 2px #ff9101 solid;
    border-radius: 3px;
    transition: 0.5s;
}

.row-image{
    color: #03ace5;
    font-size: 18px;
    margin-bottom: 15px;
    background: url(../icon/stripe.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    position: relative;
    margin: 15px 0px
}

body .site-main .row-image h2{
    background: #fff;
    padding: 5px;
    margin-top: -10px;
    position: absolute;
    padding-left: 0px;
    padding-right: 10px;
    font-size: 18px;
    color: #03ace5;
}

.home-page form label,
.home-page form p{
    display: block;
    margin: 0;
    padding: 0;
}

.wpcf7 form strong{
    text-transform: capitalize;
    color: #03ace5;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.wpcf7 form input{
    padding: 1%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    width: 98%;
}

.home-page .wpcf7 form input,
.home-page .wpcf7 form textarea{
    padding: 10px;
    width: 100%;
}

.wpcf7 form textarea{
    padding: 1%;
    width: 98%;
    border: 1px solid #ccc;
    height: 100px;
    margin-bottom: 10px;
    margin-top: 3px;
}

.wpcf7  .wpcf7-submit{
    padding: 15px;
    border: 0;
    border-radius: 0;
    background: #e75252 !important;
    color: #fff;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border: 0px !important;
    width: 100%;
}
.wpcf7 p{
    display: block;
    width: 100%;
}
.home-page form .required input{
    background-image: url(../icon/required.png);
    background-position: right 4px center;
    background-repeat: no-repeat;
    background-size: 8px;
}

.home-page  marquee{
    height: 333px;
    width: 100%;
    display: block;
    outline: 1px #eee solid;
    padding: 10px;
    font-size: 16px;
    color: #000;
    font-family: Arial;
}

.header-info{
    display: inline-block;
    margin-left: 2%;
}

.footer-script{
    display: block;
    clear: both;
}

body .site-main .custom-grid{
    list-style-type: none;
    position: relative;
    padding: 15px 15px;
    background: white;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0 1px 3px 0 #b5b5b5;
    -moz-box-shadow: 0 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0 1px 3px 0 #b5b5b5;
    border: 1px solid #DDD;
    border-bottom: 4px solid #36b8ec;
    background: #f2f2f2;
    padding-bottom: 30px;
    text-align: center;
}

body .site-main .custom-grid .wp-caption img{
    margin-bottom: 5px;
    max-height: 60px;
    width: auto;
}

body .site-main .custom-grid .wp-caption .wp-caption-text{
    font-size: 14px;
    color: #e75252;
    font-weight: bold;
}
body .psacp-post-slider-wrap.psacp-design-1 .psacp-featured-meta{
    bottom: 0;
    left: 0;
    transform: none;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    top: inherit;
    max-width: 100%;
}
.container{
    clear: both;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}

.home-page .container{
    max-width: 100%;
}

body .home-page .entry-content,
.entry-footer, .entry-header{
    margin: 0;
    padding: 0;
    border: 0;
}

.type-page .entry-content,
.type-post .entry-content,
.error-404 .page-content{
    padding: 15px;
    border: 1px #eee solid;
    line-height: 25px;
}

body .pl-0{
    padding-left: 0;
}

body .pr-0{
    padding-right: 0;
}

#list-article article{
    width: 47.5%;
    float: left;
    padding: 1%;
    outline: 1px solid #eee;
    position: relative;
    height: 165px;
    margin-bottom: 1%;
}

#list-article article .post-thumbnail{
    width: 25%;
    float: left;
    margin: 0;
    margin-right: 2%;
    max-height: inherit;
    overflow: hidden;
}

#list-article article .post-thumbnail img{
    width: 100%;
    height: auto;
    border-radius: 4px;
    max-height: 125px;
}

#list-article article .entry-content{
    margin: 0;
    padding: 0;
    border: 0;
    max-height: 100px;
    overflow: hidden;
}

#list-article article h2 a{
    font-size: 14px;
    line-height: 23px;
    text-transform: capitalize;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    display: block;
    max-height: 45px;
}

#list-article article:hover h2 a{
    color: #006cb5;
}

#list-article article:nth-child(odd) {
    margin-right: 1%;
}

#list-article article .read-more,
.footer-script .wprm-wrapper{
    display: none;
}

body .format-list,
body .format-list .elementor-element{
    margin: 0;
    padding: 0;
}

body .format-list tbody{
    outline: 1px solid #eee;
}

body .wpcf7 form.invalid .wpcf7-response-output{
    margin: 0;
    margin-top: 10px;
}
