@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

.new-home-button,
.footer-line, .newsletter .submit_btn,
.box .box-heading, 
 .nav-main,
.btn-primary
{
    background: #0066ff;
}

.sf-menu ul li {
    background: #0066ff;
}
.sf-menu ul li:hover {
    background: #0008ff;
}
.sf-menu > li:hover
{
	background-color:#0008ff;
}
.catnew-custom-share .box{
    border: 1px #6794CD solid;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffffff 20%, #eaf3fe 100%);
}

.catnew-custom-share .box-content{
    padding: 5px;
}

.box-content h3{
    margin: 0;
}

.header-hotline{
    display: block;
    background: #317DD2;
    border-radius: 6px;
    color: #FFF;
    height: 40px;
    width: 140px;
    text-align: center;
    border-bottom: 4px #2664A9 solid;
    float: right;
    margin-top: 26px;
}

.header-hotline a{
    color: #FFF;
    display: block;
    line-height: 40px;
    font-weight: bold;    
}

.swiper-viewport{
    margin-bottom: 0;
    border: none;
}

#column-right {
    margin-top: 0;
}

.sf-menu a {
    padding: 16px 5px;
} 
.header-hotline {
    height: 50px;
    width: 170px;
    margin-top: 20px;
}
.header-hotline a {
    font-size: 18px;
    padding-top: 5px;
}  
.header-slogan span {
    font-size: 25px;
    font-family: 'Montserrat', cursive;
    text-transform: capitalize;
} 
.fa-phone:before {    
    padding-right: 5px;
}
.sf-menu li {
    border-right: 1px #46ee7970 solid;    
} 

.sf-menu li:last-child{
    border-right: none;
    
}
.header-hotline a {
    font-size: 22px;    
}
.newsletter .submit_btn
{
    background: #ffff00;
    color:black;
}
.newsletter .box-content p
{
color:#333 !important;
padding-left:3px;
}
.newsletter .input-register {
    width: 96%;
    margin-left: 5px;
}
.newsletter .submit_btn {
    margin-left: 100px;
    margin-bottom: 10px;
}
#column-right .columns{
    margin-bottom:15px;
}
#column-right .columns img{
    width:auto !important;
}
#column-right .columns h6{
    margin-top: 5px;
}
#column-right .columns h6 a{
        color: #000;
    font-weight: bold;
}
#column-right .big_title {
 font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 15px;   
}
#column-right .container{
 width: auto !important;   
}
.newsletter .box-heading{
    margin-bottom:0;
}
.newsletter .box-content{
        padding: 8px;
    border: 1px solid #cccc33;
    border-top: none;
}
.newsletter .box-content p{
        line-height: normal;
    margin-bottom: 8px;
}
.newsletter .input-register{
        background: #E7E7E7;
    border: none;
    border-radius: 15px;
    height: 30px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.newsletter .submit_btn{
    margin:0;
}
.box .box-heading {
    color: #FFF !important;
}
.newsletter .submit_btn{
    background:#cccc33;
    color:#fff;
}
@media (max-width:767px){
    img{
        max-width:100% !important;
        height:auto;
    }
}   